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