API Guide

Table Of Contents
"ManagedBy@odata.count": 1,
"Drives":[
]
},
"Actions":{
"Oem":{
"#DellChassis.VirtualReseat":{
"target": "/redfish/v1/Chassis/Members('10057')/Actions/Oem/
DellChassis.VirtualReseat"
}
},
"#Chassis.Reset":{
"ResetType@Redfish.AllowableValues":["On", "ForceOff",
"GracefulShutdown", "PowerCycle"],
"target": "/redfish/v1/Chassis/Members('10057')/Actions/Chassis.Reset"
}
},
"PowerState": "On",
"Thermal":{
"@odata.id": "/redfish/v1/Chassis/Members('10057')/Thermal"
},
"Power":{
"@odata.id": "/redfish/v1/Chassis/Members('10057')/Power"
}
}
The attribute Power in /redfish/v1/Chassis/Members(ID)/Power is the power capacity of the PSU that is installed on
the chassis. You cannot configure the value for this attribute.
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":{
736 Redfish resource model