API Guide

Table Of Contents
]
}
redfish/v1/MessageRegistryCollection/Members(<InstanceId>)
This API represents message listings for a location.
GET method for messages of location
This method returns a list of messages for a specific location.
Description Returns a list of messages for a location.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/
redfish/v1/$metadata#MessageRegistry.v1_0_0.MessageRegistry/$entity",
"@odata.type": "#MessageRegistry.v1_0_0.MessageRegistry",
"@odata.id": "/redfish/v1/MessageRegistryCollection/Members('Messages')",
"Oem": null,
"Id": "Messages",
"Description": "This registry defines the OpenManage Console messages
for Redfish",
"Name": "OpenManage Console EEMI Registry",
"Language": "Messages",
"RegistryPrefix": "OpenManage Console",
"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
Redfish resource model 733