Get a list of available Software Inventory resource instances.
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.type": "#SoftwareInventory.v1_10_1.SoftwareInventory",
			"AdditionalVersions": {
				"Bootloader": "v2022.01",
				"Kernel": "Linux 5.13.0-30-generic arm71",
				"Oem": {
					"Contoso": {
						"@odata.type": "#ContosoSoftwareInventory.v1_0_0.AdditionalVersions",
						"ManagementApp": "1.30"
					}
				}
			},
			"Id": "BMC",
			"LowestSupportedVersion": "1.30.367a12-rev1",
			"Manufacturer": "Contoso",
			"Name": "Contoso BMC Firmware",
			"RelatedItem": [
				{
					"@odata.id": "/redfish/v1/Managers/BMC"
				}
			],
			"ReleaseDate": "2017-08-22T12:00:00Z",
			"SoftwareId": "1624A9DF-5E13-47FC-874A-DF3AFF143089",
			"Status": {
				"Health": "OK",
				"State": "Enabled"
			},
			"UefiDevicePaths": [
				"BMC(0x1,0x0ABCDEF)"
			],
			"Updateable": true,
			"Version": "1.45.455b66-rev4"
		},
		{
			"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/SS",
			"@odata.type": "#SoftwareInventory.v1_10_1.SoftwareInventory",
			"Id": "SS",
			"LowestSupportedVersion": "2.30.rev1",
			"Manufacturer": "Contoso",
			"Name": "Contoso Simple Storage Firmware",
			"RelatedItem": [
				{
					"@odata.id": "/redfish/v1/Systems/437XR1138R2/SimpleStorage/1"
				}
			],
			"ReleaseDate": "2021-10-18T12:00:00Z",
			"Status": {
				"Health": "OK",
				"State": "Enabled"
			},
			"Updateable": true,
			"Version": "2.50"
		},
		{
			"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/BIOS",
			"@odata.type": "#SoftwareInventory.v1_10_1.SoftwareInventory",
			"Id": "BIOS",
			"LowestSupportedVersion": "P79 v1.10",
			"Manufacturer": "Contoso",
			"Name": "Contoso BIOS Firmware",
			"RelatedItem": [
				{
					"@odata.id": "/redfish/v1/Systems/437XR1138R2"
				}
			],
			"ReleaseDate": "2017-12-06T12:00:00Z",
			"SoftwareId": "FEE82A67-6CE2-4625-9F44-237AD2402C28",
			"Status": {
				"Health": "OK",
				"State": "Enabled"
			},
			"Updateable": true,
			"Version": "P79 v1.45"
		}
	],
	"Members@odata.count": 2,
	"Name": "Firmware Collection"
}

Workflow Library Example

List Firmware Inventory with Dell Idrac and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop