API Guide

Table Of Contents
/redfish/v1/AccountService
This URI represents the account configuration of all the accounts.
GET method for AccountService
This method returns the account configuration of all the accounts.
Description Returns the account configuration.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#AccountService.v1_0_2.AccountService",
"@odata.id": "/redfish/v1/AccountService",
"Oem": {
"Dell": {
"ByUserName": false,
"ByIPAddress": false,
"EnableIpRangeAddress": false
}
},
"Id": "10",
"Description": "MSM User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK",
"Oem": null
},
"ServiceEnabled": false,
"AuthFailureLoggingThreshold": 3,
"MinPasswordLength": 8,
"MaxPasswordLength": 20,
"AccountLockoutThreshold": 3,
"AccountLockoutDuration": 30,
"AccountLockoutCounterResetAfter": 900,
"Accounts": {
"@odata.id": "/redfish/v1/AccountService/Accounts"
},
"Roles": {
"@odata.id": "/redfish/v1/AccountService/Roles"
}
}
Table 154. Attributes
Attribute name Description
ID ID of the account service.
Description Description of the account service.
Name Name of the account service.
ByUserName Indicates if the service is configured by user name.
ByIPAddress Indicates if the service is configured by IP address.
State Indicates the known state of the resource.
HealthRollup Health roll-up status
Redfish resource model 419