API Guide

Table Of Contents
"@odata.type": "#MessageRegistry.v1_0_0.MessageRegistry",
"@odata.id": "/redfish/v1/MessageRegistryCollection/Members('Messages')",
"Oem": null,
"Id": "Messages",
"Description": "This registry defines the MSM messages for Redfish",
"Name": "OME-Modular EEMI Registry",
"Language": "Messages",
"RegistryPrefix": "OME-Modular",
"RegistryVersion": "1.0.0",
"OwningEntity": "DELL",
"Messages":{
}
}
RedfishChassis
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 information.
GET method for Chassis
This method returns the chassis instances.
Description
Returns the details of the chassis.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/
redfish/v1/$metadata#ChassisCollection.ChassisCollection",
"@odata.type": "#ChassisCollection.ChassisCollection",
"@odata.id": "/redfish/v1/Chassis",
"Name": "Chassis Collection",
"Members@odata.count": 6,
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/Members('10057')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('10056')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('10055')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('10059')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('10054')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('10294')"
}
]
}
662
Redfish resource model