NSX Autonomous Edge REST API

IPSecVPNSessionStatistics (type)

{
  "additionalProperties": false, 
  "description": "Session statistics gives aggregated statistics of all policies for all the tunnels.", 
  "id": "IPSecVPNSessionStatistics", 
  "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"
    }, 
    "failed_tunnels": {
      "description": "Number of failed tunnels.", 
      "readonly": true, 
      "title": "Failed tunnels", 
      "type": "integer"
    }, 
    "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"
    }, 
    "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"
    }, 
    "negotiated_tunnels": {
      "description": "Number of negotiated tunnels.", 
      "readonly": true, 
      "title": "Negotiated tunnels", 
      "type": "integer"
    }, 
    "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"
    }, 
    "session_status": {
      "description": "Gives session status consolidated using IKE status and tunnel status. It can be UP, DOWN, DEGRADED. If IKE and all tunnels are UP status will be UP, if all down it will be DOWN, otherwise it will be DEGRADED.", 
      "enum": [
        "UP", 
        "DOWN", 
        "DEGRADED"
      ], 
      "readonly": true, 
      "title": "Session status", 
      "type": "string"
    }, 
    "total_tunnels": {
      "description": "Total number of tunnels.", 
      "readonly": true, 
      "title": "Total tunnels", 
      "type": "integer"
    }
  }, 
  "title": "IPSec VPN session statistics", 
  "type": "object"
}