GET – Lenovo D2 Enclosure 属性
使用 GET 方法检索服务器的 Lenovo D2 Enclosure 资源中的属性。
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/2
请求正文
无
响应正文
字段 | 类型 | 描述 | |||
---|---|---|---|---|---|
SerialNumber | 字符串 | 此机箱的序列号。 | |||
ChassisType | 字符串 | 此属性指示此资源的物理外形规格类型。 | |||
Description | 字符串 | 提供此机箱资源的描述。 | |||
Links | 对象 | 已展开 | |||
Contains | 数组 | 此机箱中包含的机箱的引用数组。 | |||
Contains [N] | 链接 | 此属性的值是对机箱资源的 URI 引用。 | |||
Model | 字符串 | 机箱的型号。 | |||
Id | 字符串 | 唯一标识机箱集合中的资源。始终设置为“2”。 | |||
Status | 对象 | 包含以下元素 | |||
State | 字符串 | “Enabled” | |||
Name | 字符串 | Chassis 资源的名称。始终设置为“Chassis Enclosure”。 | |||
Power | 链接 | 此机箱中包含的电源资源的引用链接。 | |||
Manufacturer | 字符串 | 此机箱的制造商。始终设置为“Lenovo”或“LNVO”。 | |||
Location | 对象 | 机箱的位置。 | |||
PartLocation | 对象 | 部件位置。 | |||
LocationOrdinalValue | 整数 | 表示部件位置的数字。如果 LocationType 为“slot”,而此单元位于插槽 2 中,则 LocationOrdinalValue 为 2。 | |||
LocationType | 字符串 | 部件位置类型,如 slot、bay 和 socket。 | |||
Placement | 对象 | 寻址位置中的点位。 | |||
AdditionalInfo | 字符串 | 区域名称或其他附加信息。 | |||
UUID | 字符串 | 仅适用于 D3 机箱兼容节点。 |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
"PowerSubsystem": {
"@odata.id": "/redfish/v1/Chassis/2/PowerSubsystem"
},
"Model": "",
"Location": {
"PartLocation": {
"LocationOrdinalValue": 1,
"LocationType": "Bay"
},
"Placement": {}
},
"Id": "2",
"Name": "Chassis Enclosure",
"@odata.type": "#Chassis.v1_19_0.Chassis",
"@odata.id": "/redfish/v1/Chassis/2",
"ChassisType": "Enclosure",
"@odata.etag": "\"62c82cfda40c25aee58\"",
"Manufacturer": "Lenovo",
"Power": {
"@odata.id": "/redfish/v1/Chassis/2/Power"
},
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"Oem": {
"Lenovo": {
"LANEnabled": true,
"IPv4": "",
"@odata.type": "#LenovoChassis.v1_0_0.LenovoChassisProperties",
"IPMIEnabled": true
}
},
"Description": "This resource is used to represent a physical enclosure for a Redfish implementation.",
"Status": {
"State": "Enabled",
"Health": "OK"
},
"PowerState": null,
"SerialNumber": "",
"Links": {
"ComputerSystems": [],
"ManagedBy": [],
"Contains": [
{
"@odata.id": "/redfish/v1/Chassis/1"
}
]
}
}
提供反馈