GET – Drive backplane properties
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/Drive_Backplane_{SerialNumber}
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Description | String | This resource is used to represent a drive backplane for a Redfish implementation. | |||
ChassisType | String | This property indicates the type of physical form factor of this resource. | |||
Id | String | Drive_Backplane_{SN}, {SN} is the drive backplane serial number. | |||
Manufacturer | String | The manufacturer of this drive backplane. | |||
Name | String | The name of the drive backplane resource. | |||
PartNumber | String | The part number of the drive backplane. | |||
SKU | String | The SKU of the drive backplane. | |||
SerialNumber | String | The serial number of this drive backplane. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@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"
}
Give documentation feedback