Merge "Fixed SDWAN lan-port-config resource templates" into dublin
authorDan Timoney <dtimoney@att.com>
Tue, 7 May 2019 13:03:45 +0000 (13:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 7 May 2019 13:03:45 +0000 (13:03 +0000)
platform-logic/restapi-templates/src/main/json/sdlan-bridge-domain-del.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets-del.json
platform-logic/restapi-templates/src/main/json/sdlan-port-del.json

diff --git a/platform-logic/restapi-templates/src/main/json/sdlan-bridge-domain-del.json b/platform-logic/restapi-templates/src/main/json/sdlan-bridge-domain-del.json
new file mode 100644 (file)
index 0000000..99d66e3
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "bridgeDomains": [
+    {
+      "id": ${prop.lan.bridgeDomainId},
+    }
+  ]
+}
index 4e42e61..a1c74f8 100644 (file)
@@ -1,8 +1,13 @@
 {
-    "tnps": [
+
+    "IPSubnets": [
+
         {
-            "id": ${prop.lan.lanPortId},            
+
+            "id": ${prop.lan.lanPortId},
+
         }
+
     ]
-}
 
+}
index 914bb66..953a9fd 100644 (file)
@@ -1,8 +1,7 @@
 {
-    "tnps": [
+    "ports": [
         {
-            "id": ${prop.lan.devicePortId},            
+            "id": ${prop.lan.devicePortId},
         }
     ]
 }
-