aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-vpn.json
blob: ce3b65d31b8cc8ddf3781ec4f4cde35189644a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "vpns": [
        {
            "name": ${prop.name},
            "siteIds": [
                ${repeat:prop.siteIds_length:
                 ${prop.siteIds[${1}]},
                 }
            ]
        }
    ]
}