aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json b/platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json
new file mode 100644
index 00000000..d24cf4f1
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json
@@ -0,0 +1,21 @@
+{
+ "ports": [
+ {
+ "portType": ${prop.wan.portType},
+ "portNumber": ${prop.wan.portNumber},
+ "deviceId": ${prop.wan.deviceId},
+ "portSwitch": "layer3-port",
+ "linkInfo": {
+ "linkType": "Ethernet",
+ "cellular": null,
+ "atm": null,
+ "ethernet": {
+ "negotiationMode": "auto",
+ "media": "copper",
+ "duplex": "half",
+ "speed": 10
+ }
+ }
+ }
+ ]
+}