Host to Gateway Path Lookup
Request Parameters
- 
parameters[mandatory] - A nested JSON data structure with keystype[mandatory] - A quoted string with a value ofpathLookupfor an E2E path simulation output
pathLookupType[mandatory] - A quoted string containing the wordhostToDefaultGW
startingPoint[mandatory] - A quoted string containing the IP address to search
vrf[optional] - A quoted string of the VRF (Not supplying this will default to auto-detect)
 
Example minimal request body
{
    "snapshot": "$last",
    "parameters": {
        "groupBy": "siteName",
        "pathLookupType": "hostToDefaultGW",
        "startingPoint": "10.241.1.203",
        "type": "pathLookup"
    }
}