API Guide
Drift management
Topics:
• Get firmware drift report
Get firmware drift report
Description: Gets the firmware drift report for specific cluster.
This API helps you to get the drifted components details before running firmware update.
Command or URL: /Services/DriftDetectionService/DriftReport/{id}/FwDriftDetails
Method: GET
Authorization: Bearer authentication
Parameters:
Table 28. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Resource ID. Use the cluster ID
retrieved from /Services/
ConsoleService/Consoles/{id}.
N/A Path String
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 29. HTTP response code
Code Description
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 47.
Example Response:
[
{
"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}"
},
11
34 Drift management