application_rules¶
Overview¶
This resource provides Application Rules Info
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP
Tags¶
- application_rules : Operations related to application_rules
Paths¶
Get operation for application_rules¶
GET /application_rules
Description¶
Use this operation to get Application rules 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 | application_rules_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¶
- application_rules
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
application_object¶
Application Object Name
Type : string
application_rules_delete_success_schema¶
Name | Schema |
---|---|
application_rules optional |
application_rules |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
application_rules_post_success_schema¶
Name | Schema |
---|---|
application_rules optional |
application_rules |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
application_rules_put_success_schema¶
Name | Schema |
---|---|
application_rules optional |
application_rules |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
application_rules_response_schema¶
Type : < application_rules_response_schema > array
application_rules_response_schema
Name | Schema |
---|---|
application_object optional |
application_object |
bytes_dropped optional |
bytes_dropped |
dpi_application optional |
dpi_application |
dpi_family optional |
dpi_family |
dst_ip_address optional |
dst_ip_address |
dst_port optional |
dst_port |
lan_to_wan_bytes optional |
lan_to_wan_bytes |
lan_to_wan_packets optional |
lan_to_wan_packets |
num optional |
num |
packets_dropped optional |
packets_dropped |
routing_domain_name optional |
routing_domain_name |
service optional |
service |
site optional |
site |
src_ip_address optional |
src_ip_address |
src_port optional |
src_port |
time_since_last_hit optional |
time_since_last_hit |
wan_to_lan_bytes optional |
wan_to_lan_bytes |
wan_to_lan_kbps optional |
wan_to_lan_kbps |
wan_to_lan_packets optional |
wan_to_lan_packets |
bytes_dropped¶
Bytes Dropped
Type : string
dpi_application¶
DPI Application Name
Type : string
dpi_family¶
DPI Family Name
Type : string
dst_ip_address¶
Destination IP Address
Type : string
dst_port¶
Destination Port
Type : string
lan_to_wan_bytes¶
Lan to WAN bytes
Type : string
lan_to_wan_packets¶
LAN to WAN Packets
Type : string
num¶
Rule Number
Type : string
packets_dropped¶
Number of Packets Dropped
Type : string
routing_domain_name¶
Routing Domain Name
Type : string
service¶
Service Name
Type : string
site¶
Site Name
Type : string
src_ip_address¶
Source IP Address
Type : string
src_port¶
Source Port
Type : string
time_since_last_hit¶
Time Since Last Hit
Type : string
wan_to_lan_bytes¶
WAN to LAN Bytes
Type : string
wan_to_lan_kbps¶
WAN to LAN Bandwidth in kbps
Type : string
wan_to_lan_packets¶
WAN to LAN Packets
Type : string