NSX Autonomous Edge REST API
IPSecVPNSessionStatistics (schema)
IPSec VPN session statistics
Session statistics gives aggregated statistics of all policies for all the tunnels.
Name | Description | Type | Notes |
---|---|---|---|
aggregate_traffic_counters | Traffic summary Aggregate traffic statistics across all ipsec tunnels. |
IPSecVPNTrafficCounters | Readonly |
display_name | Display name Display name of vpn session. |
string | Readonly |
failed_tunnels | Failed tunnels Number of failed tunnels. |
integer | Readonly |
ike_status | IKE status summary Status for IPSec VPN IKE session UP/DOWN and fail reason if IKE session is down. |
IPSecVPNIKESessionStatus | Readonly |
ipsec_vpn_session_id | Session identifier UUID of vpn session. |
string | Readonly |
last_update_timestamp | Last updated timestamp Timestamp when the data was last updated. |
EpochMsTimestamp | Readonly |
negotiated_tunnels | Negotiated tunnels Number of negotiated tunnels. |
integer | Readonly |
partial_stats | Partial Statistics Partial statistics if true specifies that the statistics are only from active node. |
boolean | Readonly |
policy_statistics | IPSec policy statistics Gives aggregate traffic statistics across all ipsec tunnels and individual tunnel statistics. |
array of IPSecVPNPolicyTrafficStatistics | Readonly |
session_status | Session status Gives session status consolidated using IKE status and tunnel status. It can be UP, DOWN, DEGRADED. If IKE and all tunnels are UP status will be UP, if all down it will be DOWN, otherwise it will be DEGRADED. |
string | Readonly Enum: UP, DOWN, DEGRADED |
total_tunnels | Total tunnels Total number of tunnels. |
integer | Readonly |