{ "additionalProperties": false, "description": "Aggregate of IPSec VPN Session Status across Enforcement Points.", "extends": { "$ref": "AggregatePolicyRuntimeInfo }, "id": "AggregateIPSecVpnSessionStatus", "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 Status per Enforcement Point.", "items": { "$ref": "IPSecVpnSessionStatusPerEP, "title": "IPSec VPN Session Status per Enforcement Point" }, "readonly": true, "title": "List of IPSec VPN Session Status per Enforcement Point", "type": "array" } }, "title": "Aggregate of IPSec VPN Session Status", "type": "object" }