NSX-T Data Center REST API
IPSecVPNSessionTrafficSummary (type)
{ "additionalProperties": false, "description": "Provides the following details for all IPSec tunnels in an IPSec VPN session since the time the tunnels are UP: - VPN session name. - Incoming packet count. - Outgoing packet count. - Dropped packet count.", "id": "IPSecVPNSessionTrafficSummary", "module_id": "VPNStatistics", "properties": { "ipsec_vpn_session": { "$ref": "ResourceReference, "description": "VPN Session.", "readonly": true, "title": "VPN session" }, "traffic_counters": { "$ref": "IPSecVPNTrafficCounters, "description": "Provides the traffic statistics for all IPSec tunnels in an IPSec VPN session since the time the tunnels are UP. It includes the number of incoming, outgoing and dropped packet counters.", "readonly": true, "title": "Traffic statistics" } }, "title": "IPSec VPN session traffic summary", "type": "object" }