IPSecVpnSessionStatisticsNsxT (type)

{
  "additionalProperties": false, 
  "description": "IPSec VPN session statistics represents statistics on an NSX-T type of enforcement point. It gives aggregated statistics of all policies for all the tunnels.", 
  "extends": {
    "$ref": "IPSecVpnSessionStatisticsPerEP
  }, 
  "id": "IPSecVpnSessionStatisticsNsxT", 
  "module_id": "PolicyVpnStats", 
  "polymorphic-type-descriptor": {
    "type-identifier": "IPSecVpnSessionStatisticsNsxT"
  }, 
  "properties": {
    "aggregate_traffic_counters": {
      "$ref": "IPSecVpnTrafficCounters, 
      "description": "Aggregate traffic statistics across all ipsec tunnels.", 
      "readonly": true, 
      "title": "Traffic summary"
    }, 
    "alarm": {
      "$ref": "PolicyRuntimeAlarm, 
      "description": "Alarm information details.", 
      "readonly": true, 
      "title": "Alarm Information Details"
    }, 
    "display_name": {
      "description": "Display Name of vpn session.", 
      "readonly": true, 
      "title": "Display Name", 
      "type": "string"
    }, 
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.", 
      "readonly": true, 
      "title": "Enforcement point Path", 
      "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.", 
      "readonly": true, 
      "title": "Ike traffic statistics"
    }, 
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp when the data was last updated.", 
      "readonly": true, 
      "title": "Last updated timestamp"
    }, 
    "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"
    }, 
    "resource_type": {
      "enum": [
        "IPSecVpnSessionStatisticsNsxT"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "IPSec VPN session statistics", 
  "type": "object"
}