zte 3rd party controller for sdwan
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-port-zte-add.json
1 {
2     "ports": [
3         {
4             "portType": ${prop.wan.portType},
5             "portNumber": ${prop.wan.portNumber},
6             "deviceId": ${prop.wan.deviceId},
7             "portSwitch": "layer3-port",
8             "linkInfo": {
9                  "linkType": "Ethernet",
10                  "ethernet": {
11                       "negotiationMode": "auto"
12                  }
13             }
14         }
15     ]
16 }