Application-Aware Routing
API calls for real-time monitoring of application-aware routing:
SLA Class
Display information about the SLA classes operating on the router (on vEdge routers only).
CLI Equivalent: show app-route sla-class
URL: https://vmanage-ip-address/dataservice/device/app-route/sla-class?deviceId=deviceId
Method: GET
Request Parameters
Name | Required | Description | Parameter Type | Data Type |
---|---|---|---|---|
deviceId | Yes | IP address of device | Query | String |
Response Content Type: application/json
Response Object: See Response Object, below.
Statistics
Display statistics about data traffic characteristics for all operational data plane tunnel (on vEdge routers only).
CLI Equivalent: show app-route stats
URL: https://vmanage-ip-address/dataservice/device/app-route/statistics?deviceId=deviceId
Method: GET
Request Parameters
Name | Required | Description | Parameter Type | Data Type |
---|---|---|---|---|
deviceId | Yes | IP address of device | Query | String |
local-color | Optional | Local color | Query | String |
remote-color | Optional | Remote color | Query | String |
remote-system-ip | Optional | Remote system IP address | Query | IPv4 |
Response Content Type: application/json
Response Object: See Response Object, below.
Response Object for Real-Time Monitoring API Calls
Real-time monitoring API call responses have the following format:
{ "header": { "generatedOn": timestamp, milliseconds (UNIX time format), "viewKeys": { "uniqueKey": ["key"] }, "fields": [ properties and types ], }, "data": [ array of objects ] }