Resources |
system |
admin |
accountManagement |
bruteForceAttack
bruteForceAttack Configuration for defense against brute force OAM password guessing attempts. |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| state | O | enumeration | enabled |
Enable/disable defense against brute force OAM password guessing attempts
|
| consecutiveFailedAttemptAllowed | O | int32 | 3 |
Number of consecutive failed login attempts allowed before account is locked.
|
| allowAutoUnlock | O | enumeration | enabled |
Enable Auto Unlock of an account blocked due to consecutive wrong password attempts.
|
| unlockTime | 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/bruteForceAttack |