GET – Collection for Storage Backplanes or Other Physical Enclosure
Use the GET method to retrieve properties in Storage Backplanes or other physical enclosure resource for a server.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Name | String | ChassisCollection | |||
Members | Array | Items: A reference link to an element of Chassis. | |||
Description | String | A collection of Chassis resource instances. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.id": "/redfish/v1/Chassis",
"Name": "ChassisCollection",
"@odata.context": "/redfish/v1/$metadata#ChassisCollection.ChassisCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/1"
},
{
"@odata.id": "/redfish/v1/Chassis/2"
},
{
"@odata.id": "/redfish/v1/Chassis/3"
}
],
"@odata.type": "#ChassisCollection.ChassisCollection",
"@odata.etag": "\"af5a94479815eb5f87fe91ea08fde0ac\"",
"Members@odata.count": 2,
"Description": "A collection of Chassis resource instances."
}
Give documentation feedback