aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-site-provision.json
blob: 238fa46b4805f9d9eee4e8d8c6ed8de14786ab6f (plain)
1
2
3
4
5
6
7
8
9
{
    "siteIds": [${repeat:prop.provision.hubspokesite_length:
        ${prop.provision.hubspokesite[${1}]},
     }
    ],
    "encryptionKey":null,
    "validityPeriod":3
}