API Guide

Table Of Contents
Table 35. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Firmware update job ID. Use the
firmware update job ID received from
the Get list of host firmware update
jobs API. For more information, see Get
list of firmware update jobs (Host and
Cluster) on page 65.
N/A Path String
HTTP response code:
Table 36. HTTP response code
Code Description or response object
200 Deleted
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:
Deleted
For more information, see Response body on page 96.
Cancel firmware update job
Description: Cancels scheduled and in progress firmware update jobs.
If you stop a firmware update job that is already submitted to iDRAC, the firmware might still get updated on the host. OMIVV
reports the job as canceled.
If the job is in scheduled state in OMIVV, job is not submitted to iDRAC. It will get submitted in iDRAC only when it is submitted
in OMIVV.
Command or URL: /Services/UpdateService/Jobs/{id}/Cancel
Method: PUT
Authorization: Bearer authentication
vCenter privileges required: Dell.Configuration.Firmware Update
Table 37. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Firmware update job ID. Use the
firmware update job ID received from
the Get list of host firmware update
jobs API. For more information, see Get
list of firmware update jobs (Host and
Cluster) on page 65.
N/A Path String
HTTP response code:
68
Firmware update management