API Guide

Table Of Contents
Redfish Message Registry
This resource enables you to access the message services. Using this resource, you can access the messages services, base
messages, and Event And Error Messages for error handling and audits.
Use the URIs in this resource to access the message registry and the list of event and error messages.
/redfish/v1/Registries
This URI represents a collection of the message services.
GET method for Registries
This method returns a collection of message services.
Description Returns a collection of message services.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Registries.MessageRegistry",
"@odata.id": "/redfish/v1/Registries",
"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
Redfish resource model 427