integration test issues fix for sdwan and sotn
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-vpn-create.json
1 {
2     "vpns": [
3         {
4             "name": ${prop.name},
5             "id": ${prop.vpn1Id}
6         }
7     ]
8 }
9