aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-port.json
blob: 8d937586c9490015ee995fe0d7df328109617ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "ports": [
        {
            "portType": ${prop.wan.portType},
            "portNumber": ${prop.wan.portNumber},
            "deviceId": ${prop.wan.deviceId},
            "portSwitch": "layer3-port",
            "linkInfo": {
                 "linkType": "Ethernet",
                 "ethernet": {
                      "negotiationMode": "auto"
                 }
            }
        }
    ]
}