configuration / security

CLI REST-API

pass-length

Password-Length
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



See also:
/configuration/security: security configuration
/configuration/security/enable-root-login: Enable-Root-Login
/configuration/security/enable-usb-ports: Enable-Usb-Ports
/configuration/security/enable-front-panel: Enable-Front-Panel
/configuration/security/enable-lt-discovery-protocol: Enable-Lt-Discovery-Protocol
/configuration/security/allow-secure-pass-only: Allow-Secure-Pass-Only
/configuration/security/change-pass-periodically: Change-Password-Periodically
/configuration/security/change-pass-period: Change-Password-Period
/configuration/security/enable-password-auto-complete: Enable-Password-Auto-Complete
/configuration/security/enable-auto-refresh: Enable-Auto-Refresh
/configuration/security/enable-local-console: Enable-Local-Console

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/security


Example using curl:
curl /api/configuration/security


Method: PATCH
URL: /api/configuration/security
Body:
{
  "pass-length": 0
}

Example using curl:
curl -X PATCH /api/configuration/security -d
{
  "pass-length": 0
}