API Guide
End an OMIVV session
Description: Logs out from the OMIVV session. This API internally invalidate the bearer token.
Command or URL: /Services/AuthenticationService/logoff
Method: POST
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: None
HTTP response code:
Table 2. HTTP response codes
Code Description
200 Logged off successfully
401 Authorization failure
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 47.
Example Response: Logged off successfully.
10
Session management