GET – Role properties
Use the GET method to retrieve properties in Role resource for Redfish service.
Request URL
https://<SMM_IPADDR>/redfish/v1/AccountService/Roles/{RoleId}
Request body
None
Response body
Field | Type | Description | |||
|---|---|---|---|---|---|
@odata.id | String | “/redfish/v1/AccountService/Roles/{RoleId}” | |||
AssignedPrivileges | Array | The Redfish privileges for this role. | |||
AssignedPrivileges[N] | String | [“Login”, “ConfigureManager”, “ConfigureUsers”, “ConfigureSelf”, “ConfigureComponents”]
| |||
Description | String | “{RoleID} User Role” | |||
Id | String | {RoleID} | |||
IsPredefined | Boolean | true | |||
Name | String | "User Role” | |||
OemPrivileges | String | The OEM privileges that this role includes. | |||
RoleId | String | Pre-defined roles: “Administrator”, “Operator”, and “ReadOnly” | |||
Give documentation feedback