API Guide

Table Of Contents
Table 202. Attributes
Attribute name Description
EnableIpRangeAddress Indicates if IP range address is enabled or disabled.
IpRangeAddress IP range address to be used.
PUT method for AccountService
This method updates the account configuration of all the accounts.
Description Updates the account configuration.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
{
"Id": "10",
"Description": "User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"ServiceEnabled": false,
"AuthFailureLoggingThreshold": 3,
"MinPasswordLength": 8,
"MaxPasswordLength": 20,
"AccountLockoutThreshold": 3,
"AccountLockoutDuration": 30,
"AccountLockoutCounterResetAfter": 900
}
Example
response body
{
"Id": "10",
"Description": "User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK",
"Oem": null
},
"Oem": null,
"AuthFailureLoggingThreshold": 3,
"MinPasswordLength": 8,
"MaxPasswordLength": 20,
"AccountLockoutThreshold": 3,
"AccountLockoutDuration": 30,
"AccountLockoutCounterResetAfter": 900,
"IpRangeAddress": null,
"ServiceEnabled": false,
"ByUserName": false,
"ByIPAddress": false,
"EnableIpRangeAddress": false
}
Table 203. Attributes
724 Redfish resource model