GET – Systems PowerLimit properties
Use the GET method to retrieve properties in PowerLimit resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/Controls/PowerLimit
Request body
None
Response body
Field | Type | Description | |
---|---|---|---|
Id | String | PowerLimit | |
Name | String | System Power Limit | |
Description | String | This resource shall represent system power limit of a chassis for a Redfish implementation. | |
ControlMode | String | Disabled or Manual. | |
ControlType | String | Power | |
Implementation | String | Programmable | |
Increment | Number | 1 | |
PhysicalContext | String | Chassis | |
RelatedItem | Array | An array of links to resources that this control services. | |
RelatedItem[N] | Link | /redfish/v1/Chassis/1 /redfish/v1/Chassis/1/PowerSubsystem | |
SetPoint | Number | The desired set point of the control. | |
SetPointType | String | Single | |
SetPointUnits | String | Watt | |
Status | Object | Expanded. | |
State | String | Enabled | |
Health | String | OK |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback