configuration / security / brute-force-detection

CLI REST-API

unlock-time

unlock time
This is a read-write object and valid values are unsigned integers within a range of 1-30.

Datatype-Help:
value must be between 1 and 30.



See also:
/configuration/security/brute-force-detection: brute force detection
/configuration/security/brute-force-detection/enabled: is brute force detection enabled
/configuration/security/brute-force-detection/num-tries: number tries
/configuration/security/brute-force-detection/silent-mode: silent mode

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/security/brute-force-detection


Example using curl:
curl /api/configuration/security/brute-force-detection


Method: PATCH
URL: /api/configuration/security/brute-force-detection
Body:
{
  "unlock-time": 1
}

Example using curl:
curl -X PATCH /api/configuration/security/brute-force-detection -d
{
  "unlock-time": 1
}