IPSecVPNSessionTrafficSummary

IPSecVPNSessionTrafficSummary
IPSecVPNSessionTrafficSummary

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.
JSON Example
{
    "ipsec_vpn_session": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "traffic_counters": {
        "bytes_in": 0,
        "bytes_out": 0,
        "dropped_packets_in": 0,
        "dropped_packets_out": 0,
        "packets_in": 0,
        "packets_out": 0
    }
}
ipsec_vpn_session
Optional

A weak reference to an NSX resource.

traffic_counters
Optional

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.