IPSecVpnSessionStatisticsNsxT
IPSec VPN session statistics represents statistics on an NSX-T type of enforcement point. It gives aggregated statistics of all policies for all the tunnels.
Properties
aggregate_traffic_counters
Optional
Aggregate traffic statistics across all ipsec tunnels.
string
enforcement_point_path
Optional
Policy Path referencing the enforcement point where the info is fetched.
ike_status
Optional
Status for IPSec VPN Ike session UP/DOWN and fail reason if Ike session is down.
ike_traffic_statistics
Optional
Traffic statistics for IPSec VPN Ike session.
integer
last_update_timestamp
Optional
Timestamp when the data was last updated.
array of
IpSecVpnPolicyTrafficStatistics
policy_statistics
Optional
Gives aggregate traffic statistics across all ipsec tunnels and individual tunnel statistics.
string
resource_type
Optional
Not available
Possible values are: IPSecVpnSessionStatisticsNsxT
JSON Example
{
"aggregate_traffic_counters": {
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"packets_in": 0,
"packets_out": 0
},
"alarm": {
"error_details": {
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
},
"error_id": "string",
"message": "string"
},
"enforcement_point_path": "string",
"ike_status": {
"fail_reason": "string",
"ike_session_state": "string"
},
"ike_traffic_statistics": {
"bytes_in": 0,
"bytes_out": 0,
"fail_count": 0,
"packets_in": 0,
"packets_out": 0
},
"last_update_timestamp": 0,
"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
},
"rule_path": "string",
"tunnel_interface_path": "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_received_other_error": 0,
"packets_sent_other_error": 0,
"peer_subnet": "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"
}
]
}
],
"resource_type": "string"
}