GET – PowerSubsystem properties (The resource is only for high dense platforms)
Use the GET method to retrieve properties in PowerSubsystem for a server. (The resource is only for high dense platforms)
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/2/PowerSubsystem
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Id | String | “PowerSubsystem” | |||
Name | String | “Power Subsystem” | |||
Description | String | This resource shall represent a power subsystem for a Redfish implementation. | |||
CapacityWatts | Number | Power capacity watts | |||
Status | Object | Expanded | |||
State | String | “Enabled” | |||
Health | String | “OK” |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"Name": "Power Subsystem",
"@odata.type": "#PowerSubsystem.v1_1_0.PowerSubsystem",
"@odata.id": "/redfish/v1/Chassis/2/PowerSubsystem",
"@odata.context": "/redfish/v1/$metadata#PowerSubsystem.PowerSubsystem",
"Status": {
"State": "Enabled",
"Health": "OK"
},
"CapacityWatts": 337,
"Description": "This resource shall represent a power subsystem for a Redfish implementation.",
"@odata.etag": "\"2e275b8dbc5d2663eb4\"",
"Id": "PowerSubsystem"
}
Give documentation feedback