|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
OSstate | O | enumeration | enabled | Enable/disable defense against brute force linux password guessing attempts | |
consecutiveFailedOSAttemptAllowed | O | int32 | 3 | Number of consecutive failed login attempts allowed before account is locked. | |
allowOSAutoUnlock | O | enumeration | enabled | Enable Auto Unlock of an account blocked due to consecutive wrong password attempts. | |
unlockOSTime | O | int32 | 30 | Auto Unlock time for an account disabled due to consecutive wrong password attempts. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name}/accountManagement/bruteForceAttackOS |