configuration / security

CLI REST-API

brute-force-detection

The submenu brute-force-detection (brute force detection) contains the following:

Menus: none

Objects:
enabled (is brute force detection enabled)
unlock-time (unlock time)
num-tries (number tries)
silent-mode (silent mode)

Commands: none



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

REST-API Support:


This menu 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:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/security/brute-force-detection
-d "{
  \"objects\": \"new-values\"
}"