API Guide
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#Power.v1_0_0.PowerSupply",
"@odata.type": "#Power.v1_0_0.PowerSupply",
"@odata.id": "/redfish/v1/Chassis/Members('10054')/Power/
PowerSupplies('PSU.Slot.2')",
"MemberId": "PSU.Slot.2",
"Name": "PSU.Slot.2",
"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":[
]
}
594 Redfish resource model