aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json b/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json
new file mode 100644
index 00000000..85ccf15a
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets.json
@@ -0,0 +1,37 @@
+{
+ "IPSubnets":[
+ {
+ "vpnId": ${prop.vpnId},
+ "siteId": ${prop.lan.siteId},
+ "deviceId": ${prop.lan.deviceId},
+ "id": "",
+ "interfaceType": "interface",
+ "interfaceName": "interface",
+ "portId": ${prop.lan.devicePortId},
+ "vlanId": null,
+ "ipAddress": ${prop.lan.ip-address},
+ "prefixLength": ${prop.lan.prefixLength},
+ "vrrp": {
+ "enable": false,
+ "vrrpId": null,
+ "virtualIpAddress": null,
+ "defaultRole": null,
+ "preemptDelay": null
+ },
+ "dhcp": {
+ "enable": false,
+ "dhcpServiceType": null,
+ "dhcpServer": null,
+ "dhcpRelay": null
+ },
+ "securityZone": "trust",
+ "proxyArp": "false",
+ "attributes": {
+ "mtu": null,
+ "TCPmss": null
+ },
+ "description": "hub1 L3 test"
+ }
+]
+}
+