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
Field | Type | Description | |||
---|---|---|---|---|---|
Name | String | ChassisCollection | |||
Members | Array | Item count: 1~2 | |||
Members[N] | Link | Links to Chassis resource instances. | |||
Description | String | A collection of Chassis resource instances. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
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"
}
Give documentation feedback