API Guide
"CorrectionInMs": 0
},
"Status":{
},
"RelatedItem":[
]
}
redfish/v1/Chassis/Members(id)/Power/
PowerSupplies(<InstanceId>)
This API represents chassis power supply information.
GET method for power supply information
This method returns chassis power supply information.
Description Returns chassis power supply information.
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",
576 Redfish resource model