integration test issues fix for sdwan and sotn
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-wan-port.json
index e3c4593..55e603e 100644 (file)
@@ -5,19 +5,19 @@
             "siteId": ${prop.wan.siteId},
             "deviceId": ${prop.wan.deviceId},
             "portId": ${prop.wan.devicePortId},
-            "inSubInterfaces": "false",
-            "vlanId": null,
+            "inSubInterface": false,
+            "vlanId": "null",            
             "ipConnection": {
                 "ipv4": {
                     "publicIP": ${prop.wan.ip-address},
-                    "accessType": "IPOE",
+                    "accessType": "IPoE",
                     "ipMode": "Static",
                     "customerAddress": ${prop.wan.ip-address},
                     "prefixLength": ${prop.wan.prefixLength},
                     "providerAddress": ${prop.wan.providerIpAddress},
-                    "peerIp": null,
-                    "userName": null,
-                    "userKey": null
+                                       "peerIp": "null",
+                    "userName": "null",
+                    "userKey": "null"
                 }
              },
              "transportNetworkInfo": {
                 "mtu": 1500,
                 "TCPmss": 1200
             },
+                       "ntp": [
+              {
+                "serverIP": "11.11.11.11",
+                "authentication": false,
+                "mode": "MD5",
+                "authKey": "123456",
+                "authId": 123
+              }
+            ],
             "description": ${prop.wan.description}
         }
     ]