applications¶
Overview¶
This resource provides details about Applications Statistics
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP
Tags¶
- applications : Operations related to applications
Paths¶
Get operation for applications¶
GET /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
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | applications_response_schema |
400 | Failed: bad input parameter | ErrorSchema |
401 | Unauthorized: Failed Authentication | ErrorSchema |
403 | Unauthorized: Forbidden | ErrorSchema |
405 | Failed: Data format unacceptable | ErrorSchema |
415 | Failed: Data format unacceptable | ErrorSchema |
500 | Failed: Internal Server Error | ErrorSchema |
Produces¶
application/json
Tags¶
- applications
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
application¶
Name of the Application
Type : string
applications_delete_success_schema¶
Name | Schema |
---|---|
applications optional |
applications |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
applications_post_success_schema¶
Name | Schema |
---|---|
applications optional |
applications |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
applications_put_success_schema¶
Name | Schema |
---|---|
applications optional |
applications |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
applications_response_schema¶
Type : < applications_response_schema > array
Name | Schema |
---|---|
application optional |
application |
bytes_received optional |
bytes_received |
bytes_sent optional |
bytes_sent |
family optional |
family |
total_bytes optional |
total_bytes |
bytes_received¶
Bytes Received for a Application
Type : string
bytes_sent¶
Bytes Sent for a Application
Type : string
family¶
Name of the Application Family
Type : string
total_bytes¶
Total bytes(Bytes Sent + Bytes Received) for a Application
Type : string