跳到主要内容

GET – 存储背板或其他物理机柜属性

请求 URL

GET https://<BMC_IPADDR>/redfish/v1/Chassis/{3..N}

请求正文

响应正文

响应是包含以下参数的 JSON 对象:

字段类型描述

SerialNumber

字符串此机箱的序列号。

PartNumber

字符串机箱的部件号

ChassisType

字符串此属性指示此资源的物理外形规格类型,始终设置为“Enclosure”。

Description

字符串提供此机箱资源的描述。

Model

字符串“null”

Id

字符串唯一标识机箱集合中的资源。始终设置为“3~{N}”。

Status

对象包含以下元素
 

State

字符串“Enabled”
 

Health

字符串“OK”

Name

字符串Chassis 资源的名称。始终设置为“Chassis Enclosure”。

PowerState

字符串“null”

SKU

字符串机箱的“SKU”

Manufacturer

字符串此机箱的制造商。始终设置为“Lenovo”或“LNVO”。

状态代码

HTTP 状态代码错误消息 ID
500InternalError

示例

返回以下示例 JSON 响应:

{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"Oem": {
"Lenovo": {
"VPD_ID": "0070",
"@odata.type": "#LenovoChassis.v1_0_0.LenovoChassisProperties",
"PRODUCT_ID": "0000",
"Device_ID": "53",
"Entity_ID": "0f",
"POS_ID": "0090"
}
},
"Status": {
"State": "Enabled",
"Health": "OK"
},
"@odata.id": "/redfish/v1/Chassis/3",
"SerialNumber": "R1SH0CN0016",
"@odata.type": "#Chassis.v1_19_0.Chassis",
"Id": "3",
"Manufacturer": "LNVO",
"@odata.etag": "\"49f350a2b70c2667e6d\"",
"PartNumber": "SC57A26298",
"Model": null,
"Name": "HDD_BP_1",
"ChassisType": "Enclosure",
"PowerState": null,
"SKU": "02YE087",
"Description": "This resource is used to represent a chassis or other physical enclosure for a Redfish implementation."
}