SDWAN port templates
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-port-cellular.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": "Cellular",
10                  "cellular": {
11                      "apn" : ${prop.wan.apn-name}
12                  },
13                  "atm": null,
14                  "ethernet": null                 
15             }
16         }
17     ]
18 }