Skip to content

firewall_connection_stats

Overview

This resource provides Firewall Connection Stats

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP

Tags

  • firewall_connection_stats : Operations related to firewall_connection_stats

Paths

Get operation for firewall_connection_stats

GET /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

Responses

HTTP Code Description Schema
200 API Successfully executed firewall_connection_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_connection_stats

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

age_ms

Age in Milliseconds of the connection

Type : string

bytes_received

Bytes Received on the connection

Type : string

bytes_sent

Bytes Sent on the connection

Type : string

destination_firewall_zone_name

Destination Zone for the connection

Type : string

destination_ip_addr

Destination IP address for the connection

Type : string

destination_port

Destination Port for the connection

Type : string

destination_route_service_name

Destination Service Type for the connection

Type : string

destination_route_type

Destination Service Type for the connection

Type : string

dpi_application_name

The application for the connection

Type : string

dpi_family_name

The family for the connection

Type : string

firewall_connection_stats_delete_success_schema

Name Schema
firewall_connection_stats
optional
firewall_connection_stats

firewall_connection_stats

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

firewall_connection_stats_post_success_schema

Name Schema
firewall_connection_stats
optional
firewall_connection_stats

firewall_connection_stats

Name Description Schema
message
optional
Example : "resource added succesfully" string

firewall_connection_stats_put_success_schema

Name Schema
firewall_connection_stats
optional
firewall_connection_stats

firewall_connection_stats

Name Description Schema
message
optional
Example : "resource modified succesfully" string

firewall_connection_stats_response_schema

Type : < firewall_connection_stats_response_schema > array

firewall_connection_stats_response_schema

Name Schema
age_ms
optional
age_ms
bytes_received
optional
bytes_received
bytes_sent
optional
bytes_sent
destination_firewall_zone_name
optional
destination_firewall_zone_name
destination_ip_addr
optional
destination_ip_addr
destination_port
optional
destination_port
destination_route_service_name
optional
destination_route_service_name
destination_route_type
optional
destination_route_type
dpi_application_name
optional
dpi_application_name
dpi_family_name
optional
dpi_family_name
ip_protocol
optional
ip_protocol
is_nat
optional
is_nat
last_activity_ms
optional
last_activity_ms
packets_received
optional
packets_received
packets_sent
optional
packets_sent
receive_bytes_dropped
optional
receive_bytes_dropped
receive_packets_dropped
optional
receive_packets_dropped
routing_domain_name
optional
routing_domain_name
sent_bytes_dropped
optional
sent_bytes_dropped
sent_packets_dropped
optional
sent_packets_dropped
source_firewall_zone_name
optional
source_firewall_zone_name
source_ip_addr
optional
source_ip_addr
source_port
optional
source_port
source_route_service_name
optional
source_route_service_name
source_route_type
optional
source_route_type
state
optional
state

ip_protocol

IP Protocol for the connection

Type : string

is_nat

Indicates if this connection makes use of NAT Policies

Type : string

last_activity_ms

Indicates time in milliseconds since last activity on this connection

Type : string

packets_received

Packets Received on the connection

Type : string

packets_sent

Packets Sent on the connection

Type : string

receive_bytes_dropped

Receive Bytes Dropped on the connection

Type : string

receive_packets_dropped

Receive Packets Dropped on the connection

Type : string

routing_domain_name

Routing Domain of the connection

Type : string

sent_bytes_dropped

Sent Bytes Dropped on the connection

Type : string

sent_packets_dropped

Sent Packets Dropped on the connection

Type : string

source_firewall_zone_name

Source Zone for the connection

Type : string

source_ip_addr

Source IP address for the connection

Type : string

source_port

Source Port for the connection

Type : string

source_route_service_name

Source Service Type for the connection

Type : string

source_route_type

Source Service Type for the connection

Type : string

state

The State of this connection

Type : string

Was this article helpful?