{ "additionalProperties": false, "description": "Summarized view of all IPSec VPN sessions for a specified service.", "extends": { "$ref": "IPSecVPNSessionSummary }, "id": "IPSecVPNIKEServiceSummary", "module_id": "VPNStatistics", "properties": { "aggregate_traffic_counters": { "$ref": "IPSecVPNTrafficCounters, "description": "Aggregate traffic statistics across all selected sessions.", "title": "Traffic summary" }, "display_name": { "description": "VPN service display name.", "readonly": true, "title": "Display name", "type": "string" }, "ipsec_vpn_service_id": { "description": "UUID for a vpn service.", "readonly": true, "title": "Service identifier", "type": "string" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated.", "readonly": true, "title": "Last updated timestamp" }, "logical_router_id": { "description": "Logical router identifier associated with vpn service.", "readonly": true, "title": "Logical router identifier", "type": "string" }, "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" }