{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/57baa1e5-6ecd-32fe-9c1f-da027dc6d101","info":{"version":"1.0.0","title":"Cisco Secure Access VPN User Connections API","description":"Manage your Secure Access remote access VPN connections.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"VPN Sessions"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/admin/ravpn-overview.md","uri":"secure-access-api-reference-ravpn-overview"}},"openapi":"3.0.2","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"admin.vpn:read":"Read the remote access VPN user connections.","admin.vpn:write":"Update the remote access VPN user connections."}}}}}},"spec":{"type":"object","required":["message"],"description":"The state and information about the disconnected sessions.","properties":{"statusCode":{"type":"string","description":"The status code that describes whether the sessions were disconnected."},"message":{"type":"string","description":"The informational message that describes the disconnected sessions."},"failed":{"description":"The information that describes the action that failed for the VPN sessions.","type":"object","properties":{"usernames":{"type":"array","items":{"type":"string","description":"An email address for the VPN user.","example":"name@domain.com"},"description":"The list of email addresses for the VPN users. The list can contain 1-500 email addresses.","example":["name@domain.com"],"$$ref":"#/components/schemas/usernames"},"sessions":{"type":"array","items":{"type":"string","example":"12345a","description":"The session ID for the remote VPN connection."},"description":"The list of session IDs.","example":["1355a6","ab3xyrt"],"$$ref":"#/components/schemas/sessions"}}}},"example":{"statusCode":"207","message":"Disconnected the VPN sessions.","failed":{"usernames":["test.user1@cisco.com","test.user2@cisco.com"]},"sessions":[]},"$$ref":"#/components/schemas/TerminateSessions","title":"TerminateSessions"}}