API Guide

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":[
"en",
"fr",
"zh",
"ja",
"es",
"de",
"ko"
],
"Registry": "OME-Modular 1.0",
"Location":[
{
"Language": "en",
"Uri": "/redfish/v1/MessageRegistryCollection/
Members('EEMIRegistry.v1_0_0_en')"
},
{
"Language": "fr",
"Uri": "/redfish/v1/MessageRegistryCollection/
Members('EEMIRegistry.v1_0_0_fr')"
},
{
"Language": "zh",
"Uri": "/redfish/v1/MessageRegistryCollection/
Members('EEMIRegistry.v1_0_0_zh')"
614
Redfish resource model