Fix SDWAN restapi templates
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdlan-ip-subnets.json
1 {
2   "IPSubnets":[
3   {
4     "vpnId": ${prop.vpnId},
5     "siteId": ${prop.siteId},
6     "deviceId": ${prop.lan.deviceId},
7     "id": "",
8     "interfaceType": "interface",
9     "interfaceName": "interface",
10     "portId": ${prop.lan.devicePortId},
11     "vlanId": null,
12     "ipAddress": ${prop.lan.ip-address},
13     "prefixLength": ${prop.lan.prefixLength},
14     "vrrp": {
15       "enable": false,
16       "vrrpId": null,
17       "virtualIpAddress": null,
18       "defaultRole": null,
19       "preemptDelay": null
20     },
21     "dhcp": {
22       "enable": false,
23       "dhcpServiceType": null,
24       "dhcpServer": null,
25       "dhcpRelay": null
26     },
27     "securityZone": "trust",
28     "proxyArp": "false",
29     "attributes": {
30        "mtu": null,
31        "TCPmss": null
32       },
33     "description": "hub1 L3 test"
34   }
35 ]
36 }
37