NSX-T Data Center REST API

AggregateIPSecVpnSessionStatistics (type)

{
  "additionalProperties": false, 
  "description": "Provides the following details for an IPSec VPN session across all enforcement points:  - Aggregated statistics of all IPSec tunnels. - Aggregated statistics of all IPSec tunnels under a policy. - Individual tunnel statistics under a policy. - Alarm information details. - VPN session name. - IKE status summary.  Note: IKE traffic statistics are not supported.", 
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo
  }, 
  "id": "AggregateIPSecVpnSessionStatistics", 
  "module_id": "PolicyVpnStats", 
  "properties": {
    "intent_path": {
      "description": "Intent path of object, forward slashes must be escaped using %2F.", 
      "readonly": true, 
      "required": true, 
      "title": "String Path of the intent object", 
      "type": "string"
    }, 
    "results": {
      "description": "For every enforcement point, it lists the aggregated IPSec tunnel statistics, policy statistics, IKE status summary, VPN session name and any associated alarm details.", 
      "items": {
        "$ref": "IPSecVpnSessionStatisticsPerEP, 
        "title": "IPSec VPN Session Statistics per Enforcement Point"
      }, 
      "readonly": true, 
      "title": "List of IPSec VPN session statistics per enforcement point", 
      "type": "array"
    }
  }, 
  "title": "Aggregate of IPSec VPN session statistics", 
  "type": "object"
}