firewall_nat_stats¶
Overview¶
This resource provides Firewall NAT Stats
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP
Tags¶
- firewall_nat_stats : Operations related to firewall_nat_stats
Paths¶
Get operation for firewall_nat_stats¶
GET /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
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | firewall_nat_stats_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¶
- firewall_nat_stats
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
allow_related¶
Indicates whether this policy allow related ICMP packets
Type : enum (0, 1)
connections¶
Connections that match this policy
Type : string
enable_gre_passthrough¶
Indicates whether this policy allow passthrough of GRE packets
Type : enum (0, 1)
enable_ipsec_passthrough¶
Indicates whether this policy allow passthrough of IPSEC packets
Type : enum (0, 1)
firewall_nat_stats_delete_success_schema¶
Name | Schema |
---|---|
firewall_nat_stats optional |
firewall_nat_stats |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
firewall_nat_stats_post_success_schema¶
Name | Schema |
---|---|
firewall_nat_stats optional |
firewall_nat_stats |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
firewall_nat_stats_put_success_schema¶
Name | Schema |
---|---|
firewall_nat_stats optional |
firewall_nat_stats |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
firewall_nat_stats_response_schema¶
Type : < firewall_nat_stats_response_schema > array
firewall_nat_stats_response_schema
Name | Schema |
---|---|
allow_related optional |
allow_related |
connections optional |
connections |
enable_gre_passthrough optional |
enable_gre_passthrough |
enable_ipsec_passthrough optional |
enable_ipsec_passthrough |
inbound_bytes optional |
inbound_bytes |
inbound_packets optional |
inbound_packets |
inside_ip_address optional |
inside_ip_address |
inside_port optional |
inside_port |
ip_protocol optional |
ip_protocol |
masquerade_parent optional |
masquerade_parent |
nat_direction optional |
nat_direction |
outbound_bytes optional |
outbound_bytes |
outbound_packets optional |
outbound_packets |
outside_ip_address optional |
outside_ip_address |
outside_port optional |
outside_port |
routing_domain_name optional |
routing_domain_name |
service_name optional |
service_name |
service_type optional |
service_type |
type optional |
type |
inbound_bytes¶
Total bytes received that have matched this policy
Type : string
inbound_packets¶
Total packets received that have matched this policy
Type : string
inside_ip_address¶
Inside IP Address in use for the policy
Type : string
inside_port¶
Inside port(s) used by this policy
Type : string
ip_protocol¶
IP Protocol for the policy
Type : string
masquerade_parent¶
Parent Dynamic NAT policy of this port forwarding NAT policy
Type : string
nat_direction¶
The direction of this policy
Type : string
outbound_bytes¶
Total bytes sent that have matched this policy
Type : string
outbound_packets¶
Total packets sent that have matched this policy
Type : string
outside_ip_address¶
Outside IP Address in use for the policy
Type : string
outside_port¶
Outside port(s) used by this policy
Type : string
routing_domain_name¶
Routing Domain name of the poilicy
Type : string
service_name¶
Service name of this policy
Type : string
service_type¶
Service type this policy
Type : string
type¶
Type of NAT used by this policy
Type : string