NSX-T Data Center REST API
CsmVpnSessionStatus (type)
{ "additionalProperties": false, "description": "Status and details of a CSM VPN session", "id": "CsmVpnSessionStatus", "module_id": "CsmVpnInformation", "properties": { "details": { "$ref": "CsmVpnSession, "description": "Details of the CSM VPN session with endpoints and the status of the session.", "readonly": true, "required": true, "title": "CSM VPN session details" }, "state": { "enum": [ "DOWN", "UP", "IN_PROGRESS" ], "readonly": true, "required": true, "title": "Realized state of the CSM VPN session", "type": "string" }, "status_message": { "readonly": true, "required": false, "title": "Detailed status message of the CSM VPN session", "type": "string" } }, "title": "CSM VPN session status and details", "type": "object" }