Skip to main content

GET – Collection for chassis

Use the GET method to retrieve properties in Chassis collection for Redfish service.

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Chassis

Request body

None

Response body

FieldTypeDescription

Name

StringChassisCollection

Members

ArrayItem count: 1~2
 

Members[N]

LinkLinks to Chassis resource instances.

Description

StringA collection of Chassis resource instances.

Status code

HTTP Status CodeError Message ID
500InternalError

Example

When the request is successful, a message body similar to the following 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"
}