aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json
blob: eed2c32e96a18c8e0c3f7beb1d43a3186bea03a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
   "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
       }
   ]
}