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
"compliantStatus": "{Component compliance status}",
"nonCompliantType": "{Non-Compliance Type}",
"noncompliantTypeDescription": "{Non-Compliance Reason}"
},
"componentDetails": {
"vendorName": "{Vendor name}"
"componentName": "{Component Name}",
"driverName": "{Driver Name}",
"packageType": "{Package Type}",
"rebootRequired": "{Host reboot required (True or False)}",
"recommendation": "{Recommendation (Yes or No)}"
}
}
],
"host": {
"id": "{Host ID}",
"href": "",
"objectType": "Host",
"hostip": "{Host IP}",
"hostName": "{Hostname}",
"managementIP": "{iDRAC IP}",
"serviceTag": "{Service Tag}",
"model": "{Server Model Name}",
"systemId": "{System ID}"
}
}
]
For more information, see Response body on page 96.
Get configuration drift report
Description: Gets the configuration drift (system profile drift) details of a specific cluster ID. Ensure that system profile is
created using OMIVV UI.
Command or URL: Services/DriftDetectionService/DriftReport/{id}/ConfigurationDriftDetails
Method: GET
Authorization: Bearer authentication
Parameters:
Table 51. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Cluster 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 52. HTTP response code
Code Description or response object
200 OK
401 Authorization failure
404 Resource not found
429 Too many requests
Drift management 79