API Guide
Table Of Contents
- OpenManage Integration for VMware vCenter Version 5.3 API Guide
- Contents
- 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
- Drift management
- Get subsystem health report (OMIVV Host Health)
- Host management
- Request body
- Response body
- OMIVV-Specific error codes
"id": "{cluster profile ID}",
"name": "{cluster profile name}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
ClusterProfiles/{cluster profile ID}"
},
"href": "https://{OMIVV IP}/Spectre/api/rest/v1/Services/DriftDetectionService/
DriftReport/{cluster ID}",
"systemProfileName": "{system profile name}",
"fmRepoProfileName": "{firmware respository profile name}",
"driverRepoProfileName": "{driver repository profile name}"
}
]
For more information, see Response body on page 96.
Get drift report for specific cluster
Description: Gets the drift report of a specific cluster ID. The drift details includes firmware, driver, and configuration details of
the given cluster ID.
Command or URL: /Services/DriftDetectionService/DriftReport/{cluster-id}
Method: GET
Authorization: Bearer authentication
Parameters:
Table 45. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Resource ID. Use the cluster
ID retrieved from /Services/
DriftDetectionService/
DriftReport or /Services/
ConsoleService/Consoles/{id}
API.
N/A Path String
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 46. HTTP response code
Code Description or response object
200 OK
401 Authorization failure
404 Resource not found
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 112.
Example Response:
{
"cluster": {
"id": "{Cluster ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/ConsoleService/Clusters/
{Cluster ID}",
"objectType": "ClusterMetadata",
"name": "{Cluster Name}"
Drift management
75