NSX-T Data Center REST API

PolicyIpsecVpnSessionSummary (type)

{
  "additionalProperties": false,
  "description": "Summarized view of all selected IPSec VPN sessions.",
  "id": "PolicyIpsecVpnSessionSummary",
  "module_id": "PolicyVpnStats",
  "properties": {
    "aggregate_traffic_counters": {
      "$ref": "IPSecVPNTrafficCounters",
      "description": "Provides the aggregated IPSec tunnel statistics of all IPSec VPN sessions for a specific IPSec VPN service. It includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP.",
      "title": "Aggregate of IPSec VPN traffic counters"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated.",
      "readonly": true,
      "title": "Last updated timestamp"
    },
    "session_summary": {
      "$ref": "IPsecVPNIKESessionSummary",
      "description": "Provides the summary of session status of all IPSec VPN sessions for a specific IPSec VPN service. It includes the number of degraded, established, failed and configured sessions.",
      "readonly": true,
      "title": "IPSec VPN session summary"
    },
    "traffic_summary_per_session": {
      "description": "Provides the IPSec tunnel statistics for an individual IPSec VPN session for a specific IPSec VPN service. It includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP.",
      "items": {
        "$ref": "IPSecVPNSessionTrafficSummary"
      },
      "title": "IPSec VPN traffic summary",
      "type": "array"
    }
  },
  "title": "IPSec VPN session summary",
  "type": "object"
}