API Guide
"resetIDracAndDeleteJobs":{true or false},
"enterMaintenanceModetimeout":60,
“enterMaintenanceModeOption”: “{enter maintenance mode option}”
}
}
For more information about request body parameters, see Request body on page 36.
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: Dell.Configuration.Firmware Update
HTTP response code:
Table 22. HTTP response code
Code Description
202 OK
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 47.
Example Response:
{
"id": "{JOB ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/UpdateService/Jobs/{job ID}",
"objectType": "Job",
"status": "Scheduled"
}
For more information, see Response body on page 39.
Get list of firmware update jobs (Host and Cluster)
Description: Gets all the host and cluster firmware update jobs.
Command or URL: /Services/UpdateService/Jobs
Method: GET
Authorization: Bearer authentication
Parameters: None
vCenter privileges required: Dell.Configuration.Firmware Update
HTTP response code:
Table 23. HTTP response code
Code Description
200 OK
400 Operational Context not set
Firmware update management 29