integration test issues fix for sdwan and sotn
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-vpn-topology.json
1 {
2     "vpnId": ${prop.vpn1Id},
3     "areas": [
4         {
5             "name": "area1",
6             "areaType": "backbone",
7             "topologyType": ${prop.topology},
8             "siteAttachments": [${repeat:prop.siteAttachements_length:
9                     {"siteId": ${prop.siteAttachements[${1}].siteId},
10                      "role": [${repeat:prop.siteAttachements[${1}].roles_length:
11                                ${prop.siteAttachements[${1}].roles[${2}]},
12                                 }
13                                ],
14                      "workMode": "with-interconnection",
15                      "sitePriority": "active",
16                      "borders": null
17                     },
18                  }
19             ]
20         }
21     ]
22 }