Skip to main content

GET – Drive backplane properties

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Chassis/Drive_Backplane_{SerialNumber}

Request body

None

Response body

FieldTypeDescription

Description

StringThis resource is used to represent a drive backplane for a Redfish implementation.

ChassisType

StringThis property indicates the type of physical form factor of this resource.

Id

StringDrive_Backplane_{SN}, {SN} is the drive backplane serial number.

Manufacturer

StringThe manufacturer of this drive backplane.

Name

StringThe name of the drive backplane resource.

PartNumber

StringThe part number of the drive backplane.

SKU

StringThe SKU of the drive backplane.

SerialNumber

StringThe serial number of this drive backplane.

Status code

HTTP Status CodeError Message ID
500InternalError

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"
}