Firmware-Update Service

Number of APIs: 21

  1. Get Update Service GET {{iloURI}}/redfish/v1/UpdateService

  2. SoftwareInventory Collection + Expand Query GET {{iloURI}}/redfish/v1/UpdateService/SoftwareInventory?$expand=.

  3. FirmwareInventory Collection + Expand Query GET {{iloURI}}/redfish/v1/UpdateService/FirmwareInventory?$expand=.

  4. POST SimpleUpdate for iLO FW Upgrade using file POST {{iloURI}}/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate

  5. Get Update Task Queues GET {{iloURI}}/redfish/v1/UpdateService/UpdateTaskQueue

  6. Get Update Task Queue 1 GET {{iloURI}}/redfish/v1/UpdateService/UpdateTaskQueue/{{taskid1}}

  7. Get Update Task Queue 2 GET {{iloURI}}/redfish/v1/UpdateService/UpdateTaskQueue/{{taskid2}}

  8. POST Actions - Upload Component to iLO Repository POST {{iloURI}}/redfish/v1/UpdateService/Actions/Oem/Hpe/HpeiLOUpdateServiceExt.AddFromUri/

  9. Get Install Set 2 GET {{iloURI}}/redfish/v1/UpdateService/InstallSets/{{installsetid2}}

  10. Deletion of all maintenance windows POST {{iloURI}}/redfish/v1/UpdateService/Actions/Oem/Hpe/HpeiLOUpdateServiceExt.DeleteMaintenanceWindows