NSX-T Data Center REST API

IPSecVPNSessionStatistics (type)

{
  "additionalProperties": false,
  "description": "Session statistics gives aggregated statistics of all policies for all the tunnels.",
  "id": "IPSecVPNSessionStatistics",
  "module_id": "VPNStatistics",
  "properties": {
    "aggregate_traffic_counters": {
      "$ref": "IPSecVPNTrafficCounters",
      "description": "Aggregate traffic statistics across all ipsec tunnels.",
      "readonly": true,
      "title": "Traffic summary"
    },
    "display_name": {
      "description": "Display name of vpn session.",
      "readonly": true,
      "title": "Display name",
      "type": "string"
    },
    "ike_status": {
      "$ref": "IPSecVPNIKESessionStatus",
      "description": "Status for IPSec VPN IKE session UP/DOWN and fail reason if IKE session is down.",
      "readonly": true,
      "title": "IKE status summary"
    },
    "ike_traffic_statistics": {
      "$ref": "IPSecVPNIKETrafficStatistics",
      "description": "Traffic statistics for IPSec VPN IKE session. Note - Not supported in this release.",
      "readonly": true,
      "title": "IKE traffic statistics"
    },
    "ipsec_vpn_session_id": {
      "description": "UUID of vpn session.",
      "readonly": true,
      "title": "Session identifier",
      "type": "string"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated.",
      "readonly": true,
      "title": "Last updated timestamp"
    },
    "partial_stats": {
      "description": "Partial statistics if true specifies that the statistics are only from active node.",
      "readonly": true,
      "title": "Partial Statistics",
      "type": "boolean"
    },
    "policy_statistics": {
      "description": "Gives aggregate traffic statistics across all ipsec tunnels and individual tunnel statistics.",
      "items": {
        "$ref": "IPSecVPNPolicyTrafficStatistics"
      },
      "readonly": true,
      "title": "IPSec policy statistics",
      "type": "array"
    }
  },
  "title": "IPSec VPN session statistics",
  "type": "object"
}