aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-port.json
blob: 694d3a6739e9242132247464eee60ea77fa29ab5 (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": null,
            "linkInfo": {
                 "linkType": "Ethernet",
                 "cellular": null,
                 "atm": null,
                 "ethernet": {
                      "negotiateMode": "auto",
                      "media": null,
                      "duplex": null,
                      "speed" : "10"
                 }
            }
        }
    ]
}