API Guide

Table Of Contents
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
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#Thermal.v1_0_0.Fan",
"@odata.type": "#Thermal.v1_0_0.Fan",
"@odata.id": "/redfish/v1/Chassis/Members('10054')/Thermal/
Fans('Fan.Slot.8')",
"MemberId": "Fan.Slot.8",
"FanName": "Rear Fan 4",
"PhysicalContext": "Fan",
"Status":{
"Health": "OK"
},
"Reading": 8731
}
redfish/v1/Managers/Members(<InstanceId>)
This API represents the chassis manager information.
GET method for chassis manager information
This API returns the chassis manager information.
Description
Returns the chassis manager information.
Privilege VIEW
Redfish resource model 667