firewall_nat_stats
firewall_nat_stats
Monitoring for This resource provides Firewall NAT Stats resource.
Read/write properties
Read only properties
nat_direction <String>
The direction of this policy.
connections <String>
Connections that match this policy.
inbound_bytes <String>
Total bytes received that have matched this policy.
service_name <String>
Service name of this policy.
ip_protocol <String>
IP Protocol for the policy.
allow_related <String>
Indicates whether this policy allow related ICMP packets.
inside_ip_address <String>
Inside IP Address in use for the policy.
enable_gre_passthrough <String>
Indicates whether this policy allow passthrough of GRE packets.
service_type <String>
Service type this policy.
outside_ip_address <String>
Outside IP Address in use for the policy.
outside_port <String>
Outside port(s) used by this policy.
outbound_bytes <String>
Total bytes sent that have matched this policy.
enable_ipsec_passthrough <String>
Indicates whether this policy allow passthrough of IPSEC packets.
inbound_packets <String>
Total packets received that have matched this policy.
masquerade_parent <String>
Parent Dynamic NAT policy of this port forwarding NAT policy.
inside_port <String>
Inside port(s) used by this policy.
type <String>
Type of NAT used by this policy.
outbound_packets <String>
Total packets sent that have matched this policy.
routing_domain_name <String>
Routing Domain name of the poilicy.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/monitor/firewall_nat_stats
Description: Use this operation to get the Firewall NAT Stats, max_stats filter is available as an additional option to filter the nat 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_nat_stats":[{ "nat_direction":<String_value>
, "connections":<String_value> , "inbound_bytes":<String_value> , "service_name":<String_value> , "ip_protocol":<String_value> , "allow_related":<String_value> , "inside_ip_address":<String_value> , "enable_gre_passthrough":<String_value> , "service_type":<String_value> , "outside_ip_address":<String_value> , "outside_port":<String_value> , "outbound_bytes":<String_value> , "enable_ipsec_passthrough":<String_value> , "inbound_packets":<String_value> , "masquerade_parent":<String_value> , "inside_port":<String_value> , "type":<String_value> , "outbound_packets":<String_value> , "routing_domain_name":<String_value> }]}