"LowerThresholdNonCritical":"N/A",
"UpperThresholdCritical":"60.0",
"UpperThresholdFatal":"N/A"
},{
"ReadingCelsius":"33.0",
"Status":{
"State":"Enabled",
"Health":"OK"
},
"Name":"RISER2_OUTLETTMP",
"UpperThresholdNonCritical":"N/A",
"MemberID":19,
"LowerThresholdFatal":"N/A",
"LowerThresholdCritical":"70.0",
"@odata.id":"/redfish/v1/Chassis/1/Thermal#/Temperatures/RISER2_OUTLET
TMP",
"LowerThresholdNonCritical":"N/A",
"UpperThresholdCritical":"60.0",
"UpperThresholdFatal":"N/A"
}],
"@odata.context":"/redfish/v1/$metadata#Chassis/Members/$entity/Therma
l"
}
Retrieving Chassis Log Services Details
Request:
curl -GET https://10.10.10.10/redfish/v1/Chassis/1/LogServices -k -u
admin:Admin123
{
"Members":[{
"@odata.id":"/redfish/v1/Chassis/1/LogServices/SEL"
}],
"@odata.type":"#LogService.1.0.0.LogServiceCollection",
"@odata.id":"/redfish/v1/Chassis/1/LogServices",
"Name":"Log Service Collection",
"@odata.context":"/redfish/v1/$metadata#Chassis/Members/$entity/LogSer
vices"
}
Retrieving Chassis SEL Details
Request:
curl -GET https://10.10.10.10/redfish/v1/Chassis/1/LogServices/SEL -k -u
admin:Admin123
{
"@odata.id":"/redfish/v1/Chassis/1/LogServices/SEL",
"Entries":{
"@odata.id":"/redfish/v1/Chassis/1/LogServices/SEL/Entries"
},
"Name":"SEL Log Service",
"ServiceEnabled":true,
"MaxNumberOfRecords":3008,
"DateTime":"Tue Aug 23 23:06:50 2016\n",
"@odata.type":"#LogService.1.0.0",
"OverWritePolicy":"NeverOverWrites",
"Id":"SEL",
"@odata.context":"/redfish/v1/$metadata#Chassis/Members/$entity/LogSer
Cisco UCS C-Series Servers REST API Programmer's Guide
17
Cisco IMC REST API Examples
Examples of Server Tasks