Session Manager Session Is Active
Validates that a currently-active session exists with the specified sessionID and userName associated with it.
Returns true if session exists.
Required privileges: Sessions.ValidateSession
Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/SessionManager/{moId}/SessionIsActive
COPY
Path Parameters
string
moId
Required
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case SessionManager/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Request Body
SessionIsActiveRequestType of type(s) application/json
Required
{
"sessionID": "string",
"userName": "string"
}
string
sessionID
Required
Session ID to validate.
string
userName
Required
User name to validate.
Responses
200
OK
Returns integer of type(s) application/json
Operation doesn't return any data structure
On This Page
Session Manager Operations
POST
Session Manager Acquire Clone Ticket
POST
Session Manager Acquire Generic Service Ticket
POST
Session Manager Acquire Local Ticket
POST
Session Manager Clone Session
GET
Session Manager Get Current Session
GET
Session Manager Get Default Locale
GET
Session Manager Get Message
GET
Session Manager Get Message Locale List
GET
Session Manager Get Session List
GET
Session Manager Get Supported Locale List
POST
Session Manager Impersonate User
POST
Session Manager Login
POST
Session Manager Login By SSPI
POST
Session Manager Login By Token
POST
Session Manager Login Extension
POST
Session Manager Login Extension By Certificate
POST
Session Manager Login Extension By Subject Name
POST
Session Manager Logout
POST
Session Manager Session Is Active
POST
Session Manager Set Locale
POST
Session Manager Terminate Session
POST
Session Manager Update Service Message