IPSecVPNSessionStatistics
Session statistics gives aggregated statistics of all policies for all the tunnels.
{
"aggregate_traffic_counters": {
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"packets_in": 0,
"packets_out": 0
},
"display_name": "string",
"ike_status": {
"fail_reason": "string",
"ike_session_state": "string",
"transport_node_id": "string"
},
"ike_traffic_statistics": {
"bytes_in": 0,
"bytes_out": 0,
"fail_count": 0,
"packets_in": 0,
"packets_out": 0
},
"ipsec_vpn_session_id": "string",
"last_update_timestamp": 0,
"partial_stats": false,
"policy_statistics": [
{
"aggregate_traffic_counters": {
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"packets_in": 0,
"packets_out": 0
},
"policy_id": "string",
"tunnel_port_id": "string",
"tunnel_statistics": [
{
"bytes_in": 0,
"bytes_out": 0,
"decryption_failures": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"encryption_failures": 0,
"integrity_failures": 0,
"local_subnet": "string",
"nomatching_policy_errors": 0,
"packets_in": 0,
"packets_out": 0,
"packets_receive_other_error": 0,
"packets_sent_other_error": 0,
"peer_subnet": "string",
"policy_id": "string",
"replay_errors": 0,
"sa_mismatch_errors_in": 0,
"sa_mismatch_errors_out": 0,
"seq_number_overflow_error": 0,
"tunnel_down_reason": "string",
"tunnel_status": "string"
}
]
}
]
}
Provides the following traffic statistics for IPSec VPN tunnels since the time the tunnels are UP:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
Display name of vpn session.
Status for IPSec VPN IKE session UP, DOWN, NEGOTIATING and fail reason if IKE session is down.
Traffic statistics for IPSec VPN IKE session. Note - Not supported in this release.
UUID of vpn session.
Timestamp when the data was last updated.
Partial statistics if true specifies that the statistics are only from active node.
Gives aggregate traffic statistics across all ipsec tunnels and individual tunnel statistics.