NSX-T Data Center REST API
IpSecVpnPolicyTrafficStatistics (schema)
IPSec VPN policy traffic statistics
Provides the following aggregated statistics 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 statistics of individual tunnels 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.
Name | Description | Type | Notes |
---|---|---|---|
aggregate_traffic_counters | IPSec VPN traffic summary 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. |
IPSecVpnTrafficCounters | Readonly |
rule_path | IPSec VPN Rule path Policy path referencing the IPSec VPN Rule. |
string | Readonly |
tunnel_interface_path | IPSec VPN Tunnel Interface path Policy path referencing the IPSec VPN Tunnel Interface. |
string | Readonly |
tunnel_statistics | Tunnel statistics 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. |
array of IpSecVpnTunnelTrafficStatistics | Readonly |