GET – 系统 PowerLimit 属性
使用 GET 方法检索 Redfish 服务的 PowerLimit 资源中的属性。
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/Controls/PowerLimit
请求正文
无
响应正文
字段 | 类型 | 描述 | |
---|---|---|---|
Id | 字符串 | PowerLimit | |
Name | 字符串 | 系统功率限制 | |
Description | 字符串 | “This resource shall represent system power limit of a chassis for a Redfish implementation.” | |
ControlMode | 字符串 | “Disabled”或“Manual”。 | |
ControlType | 字符串 | Power | |
Implementation | 字符串 | 可编程 | |
Increment | 数字 | 1 | |
PhysicalContext | 字符串 | Chassis | |
RelatedItem | 数组 | 此控制项适用的资源的链接数组。 | |
RelatedItem[N] | 链接 | /redfish/v1/Chassis/1 /redfish/v1/Chassis/1/PowerSubsystem | |
SetPoint | 数字 | 所需的控件设定点。 | |
SetPointType | 字符串 | Single | |
SetPointUnits | 字符串 | Watt | |
Status | 对象 | 已展开。 | |
State | 字符串 | Enabled | |
Health | 字符串 | OK |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
提供反馈