API Guide
Table Of Contents
- OpenManage Integration for VMware vCenter Version 5.3 API Guide
- Overview
- Get started
- Security
- Use cases
- Session management
- License management
- Console management
- Repository profile management
- Cluster profile management
- Firmware repository inventory management
- Firmware inventory management
- Firmware update management
- System profile management
- Host management
- Get subsystem health report (OMIVV Host Health)
- Host 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 3. HTTP response codes
Code Description or response object
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 112.
Example Response: Logged off successfully.
38
Session management