aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json
blob: d24cf4f107f85fe2443c25fc6cdb052becfb9dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
                 }
            }
        }
    ]
}