API Guide

Table Of Contents
Drift management
Topics:
Get all drift detection job
Get specified drift detection job
Get drift report for all clusters
Get drift report for specific cluster
Get firmware drift report
Get driver drift report
Get configuration drift report
Gets host details on specified drift detection jobs
Get all drift detection job
Description: Gets all drift detection jobs.
Command or URL: /Services/DriftDetectionService/Jobs
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 41. HTTP response code
Code Description or response object
200 Drift job MetaData
400 Operational Context not set
401 Authorization failure
403 vCenter permission denied
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 112.
Example Response:
[
{
"id": "{Drift job ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/DriftDetectionService/
Jobs/{drift job ID}",
"objectType": "JOB",
"status": "{Job status}"
},
]
For more information, see Response body on page 96.
14
72 Drift management