firewall_connection_stats
firewall_connection_stats
Monitoring for This resource provides Firewall Connection Stats resource.
Read/write properties
Read only properties
destination_route_type <String>
Destination Service Type for the connection.
source_firewall_zone_name <String>
Source Zone for the connection.
last_activity_ms <String>
Indicates time in milliseconds since last activity on this connection.
dpi_application_name <String>
The application for the connection.
destination_ip_addr <String>
Destination IP address for the connection.
packets_received <String>
Packets Received on the connection.
destination_port <String>
Destination Port for the connection.
source_port <String>
Source Port for the connection.
receive_bytes_dropped <String>
Receive Bytes Dropped on the connection.
state <String>
The State of this connection.
ip_protocol <String>
IP Protocol for the connection.
bytes_sent <String>
Bytes Sent on the connection.
packets_sent <String>
Packets Sent on the connection.
destination_firewall_zone_name <String>
Destination Zone for the connection.
destination_route_service_name <String>
Destination Service Type for the connection.
age_ms <String>
Age in Milliseconds of the connection.
receive_packets_dropped <String>
Receive Packets Dropped on the connection.
bytes_received <String>
Bytes Received on the connection.
source_route_service_name <String>
Source Service Type for the connection.
source_route_type <String>
Source Service Type for the connection.
sent_packets_dropped <String>
Sent Packets Dropped on the connection.
source_ip_addr <String>
Source IP address for the connection.
routing_domain_name <String>
Routing Domain of the connection.
dpi_family_name <String>
The family for the connection.
is_nat <String>
Indicates if this connection makes use of NAT Policies.
sent_bytes_dropped <String>
Sent Bytes Dropped on the connection.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/monitor/firewall_connection_stats
Description: Use this operation to get the Firewall Connection Stats, max_stats filter is available as an additional option to filter the connection count(50/100/1000). Refer Getting Started Guide where filtering is explained via example of flow summary with max stats filter for monitoring API. Pagination is not supported for this API
HTTP Method: GET
Response Payload: JSON
{"firewall_connection_stats":[{ "destination_route_type":<String_value>
, "source_firewall_zone_name":<String_value> , "last_activity_ms":<String_value> , "dpi_application_name":<String_value> , "destination_ip_addr":<String_value> , "packets_received":<String_value> , "destination_port":<String_value> , "source_port":<String_value> , "receive_bytes_dropped":<String_value> , "state":<String_value> , "ip_protocol":<String_value> , "bytes_sent":<String_value> , "packets_sent":<String_value> , "destination_firewall_zone_name":<String_value> , "destination_route_service_name":<String_value> , "age_ms":<String_value> , "receive_packets_dropped":<String_value> , "bytes_received":<String_value> , "source_route_service_name":<String_value> , "source_route_type":<String_value> , "sent_packets_dropped":<String_value> , "source_ip_addr":<String_value> , "routing_domain_name":<String_value> , "dpi_family_name":<String_value> , "is_nat":<String_value> , "sent_bytes_dropped":<String_value> }]}