Viewing Processor Information - Cisco UCS C Series Programmer's Manual

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

Advertisement

Cisco IMC REST API Examples
"AssetTag":"Unknown",
"PowerState":"On",
"SystemType":"Physical",
"ProcessorSummary":{
},
"HostName":"C240-FCH2005V1EN",
"MemorySummary":{
},
"Processors":{
},
"Description":"",
"SimpleStorage":{
},
"UUID":"B7F88A22-772A-468F-94EC-45E5B6405C03",
"Status":{
},
"Links":{
},
"Name":"UCS C240 M4S",
"BiosVersion":"C240M4.2.0.9b.0.012520161828",
"LogServices":{
},
"Actions":{
"ResetType@Redfish.AllowableValues":["On","ForceOff","GracefulShutdown
","ForceRestart","Nmi"]
},
"@odata.type":"#Cisco_ComputerSystem",
"@odata.context":"/redfish/v1/$metadata#Systems/Members/$entity",
"@odata.id":"/redfish/v1/Systems/FCH2005V1EN",
"IndicatorLED":"Off",
"Model":"UCS C240 M4S",
"EthernetInterfaces":{
"@odata.id":"/redfish/v1/Systems/FCH2005V1EN/EthernetInterfaces"
}
}

Viewing Processor Information

Request:
curl -GET https://10.10.10.10/redfish/v1/Systems/FCH2005V1EN/Processors -
k -u admin:Admin123
{
"Model":"Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz",
"Count":2
"TotalSystemMemoryGiB":128,
"State":{
"Health":"OK"
}
"@odata.id":"/redfish/v1/Systems/FCH2005V1EN/Processors"
"@odata.id":"/redfish/v1/Systems/FCH2005V1EN/SimpleStorage"
"State":"Enabled",
"Health":"Warning"
"CooledBy":["/redfish/v1/Chassis/1/Thermal"],
"Chassis":["/redfish/v1/Chassis/1"],
"PoweredBy":["/redfish/v1/Chassis/1/Power"],
"ManagedBy":["/redfish/v1/Managers/CIMC"]
"@odata.id":"/redfish/v1/Systems/FCH2005V1EN/LogServices"
"#System.Reset":{
"Target":"/redfish/v1/Systems/FCH2005V1EN/Actions/System.Reset",
}
Cisco UCS C-Series Servers REST API Programmer's Guide
Examples of Server Tasks
35

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents