Add mandatory empty construct to json template
[ccsdk/sli/plugins.git] / restapi-call-node / provider / src / test / resources / sdwan-vpn-topology.json
1 {
2   "vpnId": ${prop.vpn1Id},
3   "areas": [
4             {
5               "name": "area1",
6               "areaType": "leaf",
7               "topologyType": ${prop.topology},
8               "siteAttachements": [${repeat:prop.siteAttachement_length:
9               {
10                 "siteId": ${prop.siteAttachement[${1}].siteId},
11                 "role": [${repeat:prop.siteAttachement[${1}].roles_length:
12                          ${prop.siteAttachement[${1}].roles[${2}]},
13                         }
14                         ],
15                 "workMode": "with-interconnection",
16                 "sitePriority": "active",
17                 "borders": "null"
18               },
19             }
20           ]
21         }
22   ]
23 }