SDWAN port templates
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-port-ethernet.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                  "cellular": null,
11                  "atm": null,
12                  "ethernet": {
13                       "negotiationMode": "auto",
14                       "media": "copper",
15                       "duplex": "half",
16                       "speed": 10
17                  }
18             }
19         }
20     ]
21 }