{ "additionalProperties": false, "description": "Summarized view of all IPSec VPN sessions for a specified service.", "extends": { "$ref": "PolicyIpsecVpnSessionSummary }, "id": "PolicyIpsecVpnIkeServiceSummary", "module_id": "PolicyVpnStats", "properties": { "aggregate_traffic_counters": { "$ref": "IPSecVPNTrafficCounters, "description": "Aggregate traffic statistics across all selected sessions.", "title": "Traffic summary" }, "display_name": { "readonly": true, "title": "Display name of IPSec VPN service", "type": "string" }, "enforcement_point_path": { "description": "Policy Path referencing the Primary site's enforcement point where the info is fetched. This is applicable only on a GlobalManager.", "readonly": true, "required": false, "title": "Enforcement point Path", "type": "string" }, "ipsec_vpn_service_path": { "readonly": true, "title": "Policy path of IPSec VPN service", "type": "string" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated.", "readonly": true, "title": "Last updated timestamp" }, "session_summary": { "$ref": "IPsecVPNIKESessionSummary, "description": "Session summary for number of total, established, failed and degraded IPSec VPN sessions.", "readonly": true, "title": "Session summary" }, "traffic_summary_per_session": { "description": "Traffic summary per session.", "items": { "$ref": "IPSecVPNSessionTrafficSummary }, "title": "Traffic summary", "type": "array" } }, "title": "IPSec VPN IKE service summary", "type": "object" }