summaryrefslogtreecommitdiffstats
path: root/plugins/restapi-call-node/provider/src/test/resources/sdwan-vpn-topology.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/restapi-call-node/provider/src/test/resources/sdwan-vpn-topology.json')
-rw-r--r--plugins/restapi-call-node/provider/src/test/resources/sdwan-vpn-topology.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/restapi-call-node/provider/src/test/resources/sdwan-vpn-topology.json b/plugins/restapi-call-node/provider/src/test/resources/sdwan-vpn-topology.json
new file mode 100644
index 000000000..4260d2fc1
--- /dev/null
+++ b/plugins/restapi-call-node/provider/src/test/resources/sdwan-vpn-topology.json
@@ -0,0 +1,23 @@
+{
+ "vpnId": ${prop.vpn1Id},
+ "areas": [
+ {
+ "name": "area1",
+ "areaType": "leaf",
+ "topologyType": ${prop.topology},
+ "siteAttachements": [${repeat:prop.siteAttachement_length:
+ {
+ "siteId": ${prop.siteAttachement[${1}].siteId},
+ "role": [${repeat:prop.siteAttachement[${1}].roles_length:
+ ${prop.siteAttachement[${1}].roles[${2}]},
+ }
+ ],
+ "workMode": "with-interconnection",
+ "sitePriority": "active",
+ "borders": "null"
+ },
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file