API Guide

Table Of Contents
redfish/v1/Chassis/Members(id)/Power/PowerControl(<InstanceId>)
This API represents the power control information of the member chassis.
Get method for power control information
This method returns the power control information of the member chassis.
Description Returns the power control information of the member chassis.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#Power.v1_0_0.PowerControl",
"@odata.type": "#Power.v1_0_0.PowerControl",
"@odata.id": "/redfish/v1/Chassis/Members('10053')/Power/
PowerControl('PowerControl')",
"MemberId": "PowerControl",
"Name": "System Power Control",
"PowerConsumedWatts": 301,
"PowerRequestedWatts": 0,
"PowerAvailableWatts": 0,
"PowerCapacityWatts": 4114,
"PowerAllocatedWatts": 0,
"PowerMetrics":{
"IntervalInMin": 0,
"MinConsumedWatts": 0,
"MaxConsumedWatts": 0,
"AverageConsumedWatts": 0
},
"PowerLimit":{
"LimitInWatts": 0,
"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",
Redfish resource model 665