NSX-T Data Center REST API
IPSecVpnTrafficCounters (schema)
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 The total number of traffic bytes received on the inbound security association. |
integer | Readonly |
bytes_out | Bytes out The total number of traffic bytes sent on the outbound security association. |
integer | Readonly |
dropped_packets_in | Dropped incoming packets The total number of incoming packets dropped on the inbound security association. |
integer | Readonly |
dropped_packets_out | Dropped outgoing packets The total number of outgoing packets dropped on the outbound security association. |
integer | Readonly |
packets_in | Packets in The total number of packets received on the inbound security association. |
integer | Readonly |
packets_out | Packets out The total number of packets sent on the outbound security association. |
integer | Readonly |