AggregateIPSecVpnSessionStatistics (type)

{
  "additionalProperties": false, 
  "description": "Aggregate of IPSec VPN Session Statistics across Enforcement Points.", 
  "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": "List of IPSec VPN Session Statistics per Enforcement Point.", 
      "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"
}