NSX-T Data Center REST API
IPSecVpnSessionStatisticsNsxT (type)
{ "additionalProperties": false, "description": "Provides the following details for an IPSec VPN session for a given enforcement point: - <b>Aggregated IPSec tunnel statistics</b> which includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP. - <b>Aggregated IPSec tunnel statistics under a policy</b> which includes the number of incoming, outgoing and dropped packet counters of all IPSec tunnels under the policy since the time the tunnels are UP. - <b>Individual tunnel statistics under a policy</b> which includes the number of incoming, outgoing and dropped packet counters. It also provides details of errors and failures causing the drops since the time the tunnel is UP. - Tunnel subnet details and state of all individual tunnels under a policy. - Alarm information details. - VPN session name. - IKE status summary. Note: IKE traffic statistics are not supported.", "extends": { "$ref": "IPSecVpnSessionStatisticsPerEP }, "id": "IPSecVpnSessionStatisticsNsxT", "module_id": "PolicyVpnStats", "polymorphic-type-descriptor": { "type-identifier": "IPSecVpnSessionStatisticsNsxT" }, "properties": { "aggregate_traffic_counters": { "$ref": "IPSecVpnTrafficCounters, "description": "Provides the aggregated traffic statistics of all IPSec tunnels since the time the tunnels are UP. It includes the number of incoming, outgoing and dropped packet counters.", "readonly": true, "title": "IPSec VPN traffic summary" }, "alarm": { "$ref": "PolicyRuntimeAlarm, "description": "Alarm information details.", "readonly": true, "title": "Alarm Information Details" }, "display_name": { "description": "Display Name of vpn session.", "readonly": true, "title": "Display Name", "type": "string" }, "enforcement_point_path": { "description": "Policy Path referencing the enforcement point where the info is fetched.", "readonly": true, "title": "Enforcement point Path", "type": "string" }, "ike_status": { "$ref": "IPSecVpnIkeSessionStatus, "description": "Status for IPSec VPN Ike session UP/DOWN and fail reason if Ike session is down.", "readonly": true, "title": "Ike status summary" }, "ike_traffic_statistics": { "$ref": "IPSecVpnIkeTrafficStatistics, "description": "Provides the aggregated IKE control plane statistics for an IPSec VPN session. It includes the number of incoming, outgoing and dropped packet counters. Note: IKE traffic statistics are not supported.", "readonly": true, "title": "IKE traffic statistics" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated.", "readonly": true, "title": "Last updated timestamp" }, "policy_statistics": { "description": "Provides the aggregated traffic statistics of all IPSec tunnels under a policy and individual tunnel statistics associated with the policy. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The counters are from the time the tunnels are UP. The individual tunnel subnets and state along with policy path referencing the IPSec VPN Rule and IPSec VPN Tunnel Interface are also available.", "items": { "$ref": "IpSecVpnPolicyTrafficStatistics }, "readonly": true, "title": "Policy traffic statistics", "type": "array" }, "resource_type": { "enum": [ "IPSecVpnSessionStatisticsNsxT" ], "required": true, "type": "string" } }, "title": "IPSec VPN session statistics", "type": "object" }