Skip to main content

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”]
  • Administrator - Login, ConfigureManager, ConfigureUsers, ConfigureComponents, ConfigureSelf
  • Operator - Login, ConfigureComponents, ConfigureSelf
  • ReadOnly - Login, ConfigureSelf

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”