configuration / security / brute-force-detection

CLI REST-API

silent-mode

silent mode
This is a read-write object and valid values are:




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/unlock-time: unlock time
/configuration/security/brute-force-detection/num-tries: number tries

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:
{
  "silent-mode": true
}

Example using curl:
curl -X PATCH /api/configuration/security/brute-force-detection -d
{
  "silent-mode": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]