Developers Guide

Table Of Contents
redfish/v1/AccountService/Roles/Members
This API gets a list of all roles of members.
GET method for Roles
This method returns the role details of members.
Description Returns role details of the members.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/v1/$metadata#Role.v1_2_2.Role",
"@odata.type": "#Role.v1_2_2.Role",
"@odata.id": "/redfish/v1/AccountService/Roles/Members('101')",
"Oem": {
"Dell": {
"IsScopeSupported": true
}
},
"Id": "101",
"Description": "Permission to manage, monitor and deploy devices",
"Name": "DEVICE_MANAGER",
"IsPredefined": true,
"OemPrivileges": [
"VIEW",
"MONITORING_SETUP",
"POWER_CONTROL",
"DEVICE_CONFIGURATION",
"OPERATING_SYSTEM_DEPLOYMENT",
"DEVICE_UPDATE",
"TEMPLATE_MANAGEMENT",
"BASELINE_MANAGEMENT",
"POWER_MANAGEMENT",
"JOB_MANAGEMENT",
"ALERT_MANAGEMENT",
"REPORT_MANAGEMENT",
"REPORT_RUN"
],
"Actions": null,
"RoleId": null
}
/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
{
Redfish resource model 761