{
"FirmwareInventory":[{
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/slot-L"
},{
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/slot-MLOM"
},{
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/slot-HBA"
},{
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/CIMC"
},{
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/BIOS"
},{
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/FlexFlash-0"
}],
"@odata.type":"#Cisco_UpdateService",
"@odata.id":"/redfish/v1/UpdateService",
"@odata.context":"/redfish/v1/$metadata#UpdateService",
"SoftwareInventory":[{
"@odata.id":"/redfish/v1/UpdateService/SoftwareInventory/PID-Catalog"
}],
"ServiceEnabled":"true"
}
Retrieving Firmware Inventory
Request:
curl -k -u admin:password https://10.10.10.10/redfish/v1/UpdateService/FirmwareInventory/CIMC
Response:
{
"@odata.context":"/redfish/v1/$metadata#UpdateService/FirmwareInventory/Members/$entity",
"@odata.type":"#Cisco_FirmwareInventory",
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/CIMC",
"Updateable":"true",
"Name":"CIMC",
"Version":"3.1(2.129)"
}
Retrieving Software Inventory
Request:
curl -k -u admin:password
https://10.10.10.10/redfish/v1/UpdateService/SoftwareInventory/PID-Catalog
Response:
{
"@odata.type":"#Cisco_SoftwareInventory",
"@odata.id":"/redfish/v1/UpdateService/SoftwareInventory/PID-Catalog",
"Updateable":"true",
"Name":"PID-Catalog",
"@odata.context":"/redfish/v1/$metadata#UpdateService/SoftwareInventory/Members/$entity"
Cisco UCS C-Series Servers REST API Programmer's Guide
77
Cisco IMC REST API Examples
Examples of Server Tasks for 3.1(3)