Retrieving Firmware Inventory; Retrieving Software Inventory; Viewing Specific System Information - Cisco UCS C Series Programmer's Manual

Rest api
Hide thumbs Also See for UCS C Series:
Table of Contents

Advertisement

Examples of Server Tasks for 4.0(4)

Retrieving Firmware Inventory

Response:
{
"@odata.id":"/redfish/v1/UpdateService/FirmwareInventory/slot-MLOM",
"@odata.context":"/redfish/v1/$metadata#UpdateService/FirmwareInventory/Members/$entity",
"@odata.type":"#SoftwareInventory.v1_2_1.SoftwareInventory",
"Id":"slot-MLOM",
"Updateable":true,
"Name":"slot-MLOM",
"Version":"N/A"
}

Retrieving Software Inventory

Response:
{
"@odata.id":"/redfish/v1/UpdateService/SoftwareInventory/DeviceConnector",
"Name":"DeviceConnector",
"@odata.context":"/redfish/v1/$metadata#UpdateService/SoftwareInventory/Members/$entity",
"@odata.type":"#SoftwareInventory.v1_2_1.SoftwareInventory",
"Manufacturer":"Cisco Systems Inc.",
"Version":"0.0.1-3929",
"Updateable":true,
"Id":"DeviceConnector"
}

Viewing Specific System Information

Response:
PowerState":"On",
"ProcessorSummary":{
"Model":"Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz",
"Count":2
},
"MemoryDomains":{
"@odata.id":"/redfish/v1/Systems/WZP220607R1/MemoryDomains"
},
"Storage":{
"@odata.id":"/redfish/v1/Systems/WZP220607R1/Storage"
},
"Bios":{
"@odata.id":"/redfish/v1/Systems/WZP220607R1/Bios"
},
"UUID":"20634E24-2D58-4462-93FF-9EB4C43B5BEC",
"Name":"UCS C240 M5SX",
"HostWatchdogTimer":{
"Status":{
"State":"Disabled"
},
"WarningAction":"None",
"FunctionEnabled":false,
"TimeoutAction":"PowerDown"
},
"@odata.type":"#ComputerSystem.v1_5_1.ComputerSystem",
"Manufacturer":"Cisco Systems",
"Actions":{
"#ComputerSystem.Reset":{
"target":"/redfish/v1/Systems/WZP220607R1/Actions/ComputerSystem.Reset",
Cisco UCS C-Series Servers REST API Programmer's Guide
102
Cisco IMC REST API Examples

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents