SDWAN WAN port DG addition
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-port.json
index 61debbd..b60a271 100644 (file)
 {
     "ports": [
         {
-            "portType": ${prop.portType},
-            "portNumber": ${prop.portNumber},
-            "deviceId": ${prop.deviceId},
-            "portSwitch": ${prop.portSwitch},
+            "portType": ${prop.wan.portType},
+            "portNumber": ${prop.wan.portNumber},
+            "deviceId": ${prop.wan.deviceId},
+            "portSwitch": "null",
             "linkInfo": {
                  "linkType": "Ethernet",
                  "cellular": "null",
@@ -35,4 +35,4 @@
             }
         }
     ]
-}
\ No newline at end of file
+}