aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-vpn-topology-create.json
blob: 713ef75915459b11781a57218de8f222f4b45d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "vpnId": ${prop.vpn1Id},
    "areas": [
        {
            "name": "area1",
            "areaType": "backbone",
            "topologyType": ${prop.topology}
        }
    ]
}