Get the firmware inventory of the update service.
External DocumentationTo learn more, visit the Dell iDRAC documentation.

Parameters

ParameterDescription
Expand ResultsOptional 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.

Example Output

{
	"@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"
}

Workflow Library Example

Get Update Service Firmware Inventory with Dell Idrac and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop