API Guide

Table Of Contents
"PowerSupplyType": "AC",
"LineInputVoltage": 0,
"PowerCapacityWatts": 0,
"LastPowerOutputWatts": 0,
"PartNumber": "",
"Status":{
"HealthRollup": "OK",
"Health": "OK"
},
"RelatedItem":[
],
"Redundancy":[
]
}
redfish/v1/Chassis/Members(id)/Thermal
This API represents the chassis thermal information.
GET method for thermal information
This method returns the chassis thermal information.
Description Returns the chassis thermal information.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#Thermal.v1_0_0.Thermal",
"@odata.type": "#Thermal.v1_0_0.Thermal",
"@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
666 Redfish resource model