NSX-T Data Center REST API
IpSecVpnPolicyTrafficStatistics (type)
{ "additionalProperties": false, "description": "Provides the following <b>aggregated statistics</b> of all IPSec tunnels under a policy since the time the tunnels are UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. Provides the following <b>statistics of individual tunnels</b> under a policy since the time the tunnel is UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. - Error/Failure reason of dropped packet. - Tunnel status, if it is UP/DOWN. - Tunnel down reason when the tunnel state is DOWN. - Tunnel local subnet. - Tunnel peer subnet. - Policy ID.", "id": "IpSecVpnPolicyTrafficStatistics", "module_id": "PolicyVpnStats", "properties": { "aggregate_traffic_counters": { "$ref": "IPSecVpnTrafficCounters, "description": "Provides the aggregated statistics of all IPSec tunnels under a policy. It includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP.", "readonly": true, "title": "IPSec VPN traffic summary" }, "rule_path": { "description": "Policy path referencing the IPSec VPN Rule.", "readonly": true, "title": "IPSec VPN Rule path", "type": "string" }, "tunnel_interface_path": { "description": "Policy path referencing the IPSec VPN Tunnel Interface.", "readonly": true, "title": "IPSec VPN Tunnel Interface path", "type": "string" }, "tunnel_statistics": { "description": "Provides the statistics of individuals tunnels under a 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 tunnel is UP. It also includes information about tunnel subnet and state.", "items": { "$ref": "IpSecVpnTunnelTrafficStatistics }, "readonly": true, "title": "Tunnel statistics", "type": "array" } }, "title": "IPSec VPN policy traffic statistics", "type": "object" }