API Guide
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Collection(AccountService.Role)",
"@odata.count": 5,
"value": [
{
"@odata.id": "/api/AccountService/Roles('10')",
"Id": "10",
"Description": "Privileges to do all operations",
"Name": "CHASSIS_ADMINISTRATOR",
"IsPredefined": true,
"AssignedPrivileges": [],
"OemPrivileges": [
"VIEW",
"APPLIANCE_SETUP",
"SECURITY_SETUP",
"MONITORING_SETUP",
"POWER_CONTROL",
"DEVICE_CONFIGURATION",
"OPERATING_SYSTEM_DEPLOYMENT",
"DEVICE_UPDATE",
"TEMPLATE_MANAGEMENT",
"BASELINE_MANAGEMENT",
"POWER_MANAGEMENT"
]
}
Table 26. Attributes
Attribute Description
Id Role record ID.
Description Role description.
Name Name for the role.
IsPredefined Indicates if the role is a predefined role.
AssignedPrivileges List of assigned privileges.
OemPrivileges List of OEM privileges for the role.
/api/AccountService/ExternalAccountProvider
This URI represents the collection of external account providers.
GET method for ExternalAccountProvider
This method returns the details of the default LDAP and AD ports and network timeouts.
Description
Returns the LDAP and AP ports and network timeouts.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context":
"$metadata#ExternalAccountProvider.ExternalAccountProvider/$entity",
"@odata.id": "/api/AccountService/ExternalAccountProvider",
48 Application settings