External DocumentationTo learn more, visit the Dell iDRAC documentation.
Actions
Get Update Service Firmware Inventory
Get the firmware inventory of the update service.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Expand Results | Optional Redfish expand parameter to control how related resources are expanded in the response. Supported values: - *($levels=N) → Expand all navigation properties to N levels deep.- .($levels=N) → Expand subordinate links (outside of “Links” objects) to N levels.- ~($levels=N) → Expand dependent links (inside Links objects) to N levels.- Empty string → No expansion. |
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory",
"@odata.type": "#SoftwareInventoryCollection.SoftwareInventoryCollection",
"Members": [
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/BMC"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/SS"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/BIOS"
}
],
"Members@odata.count": 2,
"Name": "Firmware Collection"
}
Was this page helpful?