GET – PowerSubsystem 属性(此资源仅适用于高密度平台)
使用 GET 方法检索服务器的 PowerSubsystem 中的属性。(此资源仅适用于高密度平台)
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/2/PowerSubsystem
请求正文
无
响应正文
字段 | 类型 | 描述 | |||
---|---|---|---|---|---|
Id | 字符串 | “PowerSubsystem” | |||
Name | 字符串 | “Power Subsystem” | |||
Description | 字符串 | “This resource shall represent a power subsystem for a Redfish implementation.” | |||
CapacityWatts | 数字 | 功率容量瓦数 | |||
Status | 对象 | 已展开 | |||
State | 字符串 | “Enabled” | |||
Health | 字符串 | “OK” |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
"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"
}
提供反馈