Fixed SDWAN lan-port-config resource templates
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdlan-ip-subnets-del.json
index 4e42e61..a1c74f8 100644 (file)
@@ -1,8 +1,13 @@
 {
-    "tnps": [
+
+    "IPSubnets": [
+
         {
-            "id": ${prop.lan.lanPortId},            
+
+            "id": ${prop.lan.lanPortId},
+
         }
+
     ]
-}
 
+}