GET – 硬盘背板属性
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/Drive_Backplane_{SerialNumber}
请求正文
无
响应正文
字段 | 类型 | 描述 | |||
---|---|---|---|---|---|
Description | 字符串 | “This resource is used to represent a drive backplane for a Redfish implementation.” | |||
ChassisType | 字符串 | 此属性指示此资源的物理外形规格类型。 | |||
Id | 字符串 | Drive_Backplane_{SN},{SN} 是硬盘背板序列号。 | |||
Manufacturer | 字符串 | 此硬盘背板的制造商。 | |||
Name | 字符串 | 硬盘背板资源的名称。 | |||
PartNumber | 字符串 | 硬盘背板的部件号。 | |||
SKU | 字符串 | 硬盘背板的 SKU。 | |||
SerialNumber | 字符串 | 此硬盘背板的序列号。 |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"@odata.etag": "\"DB289E8A\"",
"@odata.id": "/redfish/v1/Chassis/Drive_Backplane_L1HF43W0002",
"@odata.type": "#Chassis.v1_21_0.Chassis",
"ChassisType": "StorageEnclosure",
"Description": "This resource is used to represent a chassis or other physical enclosure for a Redfish implementation.",
"Id": "Drive_Backplane_L1HF43W0002",
"Manufacturer": "LNVO",
"Name": "M.2 Backplane",
"Oem": {
...
}
},
"PartNumber": "SR17B82561",
"SKU": "XXXXXXX",
"SerialNumber": "L1HF43W0002"
}
提供反馈