{ "tnps": [ { "name": ${prop.wan.name}, "siteId": ${prop.wan.siteId}, "deviceId": ${prop.wan.deviceId}, "portId": ${prop.wan.devicePortId}, "inSubInterfaces": "false", "vlanId": null, "ipConnection": { "ipv4": { "publicIP": ${prop.wan.ip-address}, "accessType": "IPOE", "ipMode": "Static", "customerAddress": ${prop.wan.ip-address}, "prefixLength": ${prop.wan.prefixLength}, "providerAddress": ${prop.wan.providerIpAddress}, "peerIp": null, "userName": null, "userKey": null } }, "transportNetworkInfo": { "transportNetworkId": ${prop.wan.transportNetworkId}, "workMode": "active" }, "attributes": { "inputBandwidth": ${prop.wan.inputBandwidth}, "outputBandwidth": ${prop.wan.outputBandwidth}, "mtu": 1500, "TCPmss": 1200 }, "description": ${prop.wan.description} } ] }