NSX-T Data Center REST API

IPSecVPNTrafficCounters (schema) (Deprecated)

IPSec VPN traffic counters

Provides the following traffic statistics for IPSec VPN tunnels since the time the tunnels are UP:

- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.

Name Description Type Notes
bytes_in Bytes in

Total number of traffic bytes received on inbound security association.
integer Readonly
bytes_out Bytes out

Total number of traffic bytes sent on outbound security association.
integer Readonly
dropped_packets_in Dropped incoming packets

Total number of incoming packets dropped on inbound security association.
integer Readonly
dropped_packets_out Dropped outgoing packets

Total number of outgoing packets dropped on outbound security association.
integer Readonly
packets_in Packets in

Total number of packets received on inbound security association.
integer Readonly
packets_out Packets out

Total number of packets sent on outbound security association.
integer Readonly