API Guide

Table Of Contents
RedfishMessage 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
response body
{
"@odata.context": "/redfish/
v1/$metadata#MessageRegistryFileCollection.MessageRegistryFileCollection",
"@odata.type":
"#MessageRegistryFileCollection.MessageRegistryFileCollection",
"@odata.id": "/redfish/v1/Registries",
"Name": "Message Registry File Collection",
"Members@odata.count": 1,
"Members": [
{
"@odata.id": "/redfish/v1/Registries/Members('Messages')"
}
]
}
GET method for Registry instance
This API represents the registry information of members.
GET method for registry instance
This method returns the registry information of members, by ID.
Description
Returns the registry information of members, by ID.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/
redfish/v1/$metadata#MessageRegistryFile.v1_0_0.MessageRegistryFile",
"@odata.type": "#MessageRegistryFile.v1_0_0.MessageRegistryFile",
"@odata.id": "/redfish/v1/Registries/Members('Messages')",
"Id": "Messages",
"Description": "OME-Modular Message Registry File locations",
"Name": "OME-Modular Message Registry File",
"Languages":[
660 Redfish resource model