API Guide

"Name": "Registry File Collection",
"Description": "Registry Repository",
"Base.1.0.0": [
{
"@odata.id": "/redfish/v1/Registries/Base.1.0.0"
}
],
"Dellv1_0_0": [
{
"@odata.id": "/redfish/v1/Registries/Dellv1_0_0"
}
]
}
Redfish — Chassis
This resource enables you to access the chassis details. Using this resource, you can retrieve details such as chassis health, chassis rollup
health, and so on.
Use the URIs in this resource to access the chassis details.
/redfish/v1/Chassis
This URI represents the chassis.
GET method for Chassis
This method returns the details of the chassis.
Description
Returns the details of the chassis.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/redfish/
v1/$metadata#ChassisCollection.ChassisCollection",
"@odata.type": "#ChassisCollection.ChassisCollection",
"@odata.id": "/redfish/v1/Chassis",
"Description": null,
"Name": "Chassis Collection",
"Oem": null,
"Members@odata.count": 8,
"Members":
[
{
"@odata.id": "/redfish/v1/Chassis/Members('25013')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25014')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25012')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25016')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25011')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25015')"
Redfish resource model
411