API Guide

"@odata.id": "/redfish/v1/Chassis/Members('10057')/Thermal",
"Id": "Thermal",
"Description": "Chassis Thermal Information",
"Name": "Thermal",
"Status":{
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"Temperatures@odata.count": 0,
"Temperatures":[
],
"Fans@odata.count": 0,
"Fans":[
],
"Redundancy":[
]
}
redfish/v1/Chassis/Members(id)/Thermal/
Temperatures(<InstanceId>)
This API represents chassis temperature information.
GET method for temperature information
This method returns chassis temperature information.
Description
Returns chassis temperature information.
Privilege VIEW
HTTP response
code
200
Example response
body
{
"@odata.context": "/redfish/v1/$metadata#Thermal.v1_0_0.Temperature",
"@odata.type": "#Thermal.v1_0_0.Temperature",
"@odata.id": "/redfish/v1/Chassis/Members('10054')/Thermal/
Temperatures('System.Modular.5')",
"MemberId": "System.Modular.5",
"Name": "Sled 5 Inlet Temperature",
"Status":{
"Health": "Warning"
},
"ReadingCelsius": 23,
"UpperThresholdNonCritical": 43,
"UpperThresholdCritical": 47,
"LowerThresholdNonCritical": 25,
"LowerThresholdCritical": -7,
"PhysicalContext": "Chassis"
}
redfish/v1/Chassis/Members(id)/Thermal/Fans(<InstanceId>)
This API represents chassis thermal fan information.
GET method for fans
This method returns chassis thermal fan information.
Description
Returns chassis thermal fan information.
Privilege VIEW
HTTP response
code
200
620 Redfish resource model