API Guide
Table Of Contents
- OpenManage Integration for VMware vCenter Version 5.2 API Guide
- Overview
- Security
- Session management
- Console management
- Repository profile management
- Cluster profile management
- Firmware repository inventory management
- Firmware inventory management
- Firmware update management
- System profile management
- Drift management
- Request body
- Response body
- OMIVV-Specific error codes
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