application_rules
application_rules
Monitoring for This resource provides Application Rules Info resource.
Read/write properties
Read only properties
packets_dropped <String>
Number of Packets Dropped.
num <String>
Rule Number.
application_object <String>
Application Object Name.
dpi_family <String>
DPI Family Name.
lan_to_wan_bytes <String>
Lan to WAN bytes.
dst_ip_address <String>
Destination IP Address.
lan_to_wan_packets <String>
LAN to WAN Packets.
src_port <String>
Source Port.
dpi_application <String>
DPI Application Name.
wan_to_lan_kbps <String>
WAN to LAN Bandwidth in kbps.
time_since_last_hit <String>
Time Since Last Hit.
bytes_dropped <String>
Bytes Dropped.
dst_port <String>
Destination Port.
service <String>
Service Name.
wan_to_lan_packets <String>
WAN to LAN Packets.
src_ip_address <String>
Source IP Address.
site <String>
Site Name.
wan_to_lan_bytes <String>
WAN to LAN Bytes.
routing_domain_name <String>
Routing Domain Name.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/monitor/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
HTTP Method: GET
Response Payload: JSON
{"application_rules":[{ "packets_dropped":<String_value>
, "num":<String_value> , "application_object":<String_value> , "dpi_family":<String_value> , "lan_to_wan_bytes":<String_value> , "dst_ip_address":<String_value> , "lan_to_wan_packets":<String_value> , "src_port":<String_value> , "dpi_application":<String_value> , "wan_to_lan_kbps":<String_value> , "time_since_last_hit":<String_value> , "bytes_dropped":<String_value> , "dst_port":<String_value> , "service":<String_value> , "wan_to_lan_packets":<String_value> , "src_ip_address":<String_value> , "site":<String_value> , "wan_to_lan_bytes":<String_value> , "routing_domain_name":<String_value> }]}