applications
applications
Monitoring for This resource provides details about Applications Statistics resource.
Read/write properties
Read only properties
bytes_received <String>
Bytes Received for a Application.
application <String>
Name of the Application.
total_bytes <String>
Total bytes(Bytes Sent + Bytes Received) for a Application.
bytes_sent <String>
Bytes Sent for a Application.
family <String>
Name of the Application Family.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/monitor/applications
Description: Use this operation to get application details. Filter and Pagination are supported for this API. Refer Getting Started Guide where filtering and pagination is explained via example of application monitoring API
HTTP Method: GET
Response Payload: JSON
{"applications":[{ "bytes_received":<String_value>
, "application":<String_value> , "total_bytes":<String_value> , "bytes_sent":<String_value> , "family":<String_value> }]}