Supporting 3 or more network domains for Transport Slicing use case.
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-port.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 }