User Manual

4-92
Chapter 4: Redfish Technology Pack
Name Type ReadOnly Description
AccountLockout
Duration(C)
Number False This property shall reference the period of time in seconds that an
account is locked after the number of failed login attempts reaches the
threshold referenced by Account Lockout Threshold, within the window
of time referenced by Account Lockout Counter Reset After. The value
shall be greater than or equal to the value of Account Lockout Reset
After. If set to 0, no lockout shall occur. Minimum Value: 0.
AccountLockout
CounterReset After(C)
Number False This property shall reference the threshold of time in seconds from the
last failed login attempt at which point the Account Lockout Threshold
counter (that counts number of failed login attempts) is reset back
to zero (at which point Account Lockout Threshold failures would be
required before the account is locked). This value shall be less than or
equal to Account Lockout Duration. The threshold counter also resets to
zero after each successful login. Minimum Value: 0.
Accounts Object True This property shall contain the link to a collection of type
ManagerAccountCollection.
Roles Object True This property shall contain the link to a collection of type RoleCollection.
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/AccountService
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in
Table 46 Account Service
Property
for which ReadOnly is False that can be sent as Request body in json format.
Example Request Body for Editing AccountService :
{
“AccountLockoutCounterResetAfter”: 853,
“AccountLockoutDuration”: 853,
“AccountLockoutThreshold”: 853,
“AuthFailureLoggingThreshold”: 853,
“ServiceEnabled”: true,
}
• Response
The response status is success with status code as 204 and no body. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
E16160_ASMB9-iKVM_UM_V3.indb 92E16160_ASMB9-iKVM_UM_V3.indb 92 1/17/2020 2:29:31 PM1/17/2020 2:29:31 PM