aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-underlay.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdwan-underlay.json29
1 files changed, 14 insertions, 15 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json b/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json
index eed2c32e..ed6161b8 100644
--- a/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json
+++ b/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json
@@ -1,18 +1,17 @@
{
- "routes": [
- {
- "id": ${prop.route.id},
- "vpnId": ${prop.vpnId},
- "siteId": ${prop.route.siteId},
- "deviceId": ${prop.route.deviceId},
- "tnpId": ${prop.route.wanportId},
- "priority": 60,
- "destination": ${prop.route.providerIpAddress},
- "nextHopType": "ip-address",
- "ipAddress": ${prop.route.ipAddress},
- "track": "false",
- "target": null
- }
- ]
+ "routes": [
+ {
+ "id": ${prop.route.id},
+ "vpnId": ${prop.vpnId},
+ "siteId": ${prop.route.siteId},
+ "deviceId": ${prop.route.deviceId},
+ "destinationAddressMask": ${prop.route.providerIpAddress},
+ "priority": 60,
+ "nextHopType": "ip-address",
+ "ipAddress": ${prop.route.ipAddress},
+ "track": false,
+ "target": null
+ }
+ ]
}