Skip to main content

GET – Firmware Inventory Collection

This resource shall be used to represent a collection of firmware inventory.

Request

Table 1. Firmware inventory collection properties

Name

type

Read

only

Description

Name

string

true

Name of the Collection

Members

array

true

Contains the members of this collection

Members@odata.count

number

true

Members@odata.count

GET https://{{ip}}/redfish/v1/UpdateService/FirmwareInventory
Content-Type: application/json

Response

The response of the request will be in JSON format.

Response example

{
"@odata.context": "/redfish/v1/$metadata#SoftwareInventoryCollection.SoftwareInventoryCollection",
"@odata.etag": "W/\"1572679179\"",
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory",
"@odata.type": "#SoftwareInventoryCollection.SoftwareInventoryCollection",
"Description": "Collection of Firmware Inventory resources available to the UpdateService",
"Members": [
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/PSU2"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/BMC-Primary"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/BMC-Backup"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/UEFI"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/LXPM"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/LXPMLinuxDriver1"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/PSU1"
},
{
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/LXPMWindowsDriver1"
}
],
"Members@odata.count": 8,
"Name": "Firmware Inventory Collection"
}