API Guide

/redfish/v1/AccountService/Roles/Members(Id)
This URI represents the role details of a specific account.
GET method for Members(Id)
This method returns the details of the role for a specific account.
Description Returns the details of a role.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Role.Role/$entity",
"@odata.id": "/redfish/v1/AccountService/Roles/Members('10')",
"Oem": null,
"Id": "10",
"Description": "Privileges to do all operations",
"Name": "CHASSIS_ADMINISTRATOR"
}
Table 199. Attributes
Attribute name Description
Id Record ID of the role.
Description Description of the role.
Name Name of the role.
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 response
body
{
"@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"
}
570 Redfish resource model