aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-port.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-port.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdwan-port.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-port.json b/platform-logic/restapi-templates/src/main/json/sdwan-port.json
index 694d3a67..8d937586 100644
--- a/platform-logic/restapi-templates/src/main/json/sdwan-port.json
+++ b/platform-logic/restapi-templates/src/main/json/sdwan-port.json
@@ -4,16 +4,11 @@
"portType": ${prop.wan.portType},
"portNumber": ${prop.wan.portNumber},
"deviceId": ${prop.wan.deviceId},
- "portSwitch": null,
+ "portSwitch": "layer3-port",
"linkInfo": {
"linkType": "Ethernet",
- "cellular": null,
- "atm": null,
"ethernet": {
- "negotiateMode": "auto",
- "media": null,
- "duplex": null,
- "speed" : "10"
+ "negotiationMode": "auto"
}
}
}