Fix SDWAN restapi templates
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-vpn.json
index ce3b65d..f1192a2 100644 (file)
@@ -2,6 +2,7 @@
     "vpns": [
         {
             "name": ${prop.name},
+            "id": ${prop.vpnId},
             "siteIds": [
                 ${repeat:prop.siteIds_length:
                  ${prop.siteIds[${1}]},
@@ -9,4 +10,4 @@
             ]
         }
     ]
-}
\ No newline at end of file
+}