NSX-T Data Center REST API
IPsecVPNIKESessionSummary (type)
{ "additionalProperties": false, "description": "Provides the below summary of session status for all IPSec VPN sessions: - Total number of sessions configured. - Total number of failed sessions. - Total number of degraded sessions. - Total number of established sessions.", "id": "IPsecVPNIKESessionSummary", "module_id": "VPNStatistics", "properties": { "degraded_sessions": { "description": "The number of degraded IPSec VPN sessions.", "readonly": true, "title": "Degraded sessions", "type": "integer" }, "established_sessions": { "description": "The number of established IPSec VPN sessions.", "readonly": true, "title": "Established sessions", "type": "integer" }, "failed_sessions": { "description": "The number of failed IPSec VPN sessions.", "readonly": true, "title": "Failed sessions", "type": "integer" }, "total_sessions": { "description": "The total number of IPSec VPN sessions configured.", "readonly": true, "title": "Total sessions", "type": "integer" } }, "title": "IPSec VPN session status summary", "type": "object" }