blob: b274c1bfda2f06c49dda8f0e6e36ea451d04ebc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"ports": [
{
"portType": ${prop.wan.portType},
"portNumber": ${prop.wan.portNumber},
"deviceId": ${prop.wan.deviceId},
"portSwitch": "layer3-port",
"linkInfo": {
"linkType": "Cellular",
"cellular": {
"apn" : ${prop.wan.apn-name}
},
"atm": null,
"ethernet": null
}
}
]
}
|