API Guide

"AccountLockoutCounterResetAfter": 900,
"EnableIpRangeAddress": false,
"IpRangeAddress": null,
"ByUserName": false,
"ByIPAddress": false
}
Example response
body
{
"Id": "10",
"Description": "OME-Modular 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 15. Attributes
Attribute Description
Id Uniquely identifies the resource within the collection of like
resources.
Description Description for the Account service.
Name Name given for Account service.
State Indicates the known state of the resource.
HealthRollup Health rollup status.
Health Health of the resource.
ServiceEnabled Indicates whether this service is enabled or disabled.
AuthFailureLoggingThreshold Number of authorization failures that need to occur before the
failure attempt is logged to the manager log.
MinPasswordLength Minimum password length.
MaxPasswordLength Maximum password length.
AccountLockoutThreshold The number of failed login attempts before a user account is
locked for a specified duration. 0 indicates that the account is
never locked.
AccountLockoutDuration The time in seconds an account is locked for after the account
lockout threshold is met. This value must equal to or higher than
the AccountLockoutResetAfter value. 0 indicates that the account
is never locked.
AccountLockoutCounterResetAfter The interval of time in seconds since the last failed login attempt at
which point the lockout threshold counter for the account is reset
to zero. Must be less than or equal to AccountLockoutDuration.
38 Application settings