configuration /
system /
ext-auth /
general-radius-tacacs
CLI REST-API
enable
enable external authentification
This is a read-write object and valid values are:
See also:
/configuration/system/ext-auth/general-radius-tacacs: Radius/TACACS+ servers
/configuration/system/ext-auth/general-radius-tacacs/timeout: timeout in ms
REST-API Support:
This object is supported by the REST API:
Method: GET
URL: /api/configuration/system/ext-auth/general-radius-tacacs
Example using curl:
curl /api/configuration/system/ext-auth/general-radius-tacacs
Method: PATCH
URL: /api/configuration/system/ext-auth/general-radius-tacacs
Body:
{
"enable": true
}
Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/general-radius-tacacs -d
{
"enable": true
}
Valid values when accessing this object via REST API/JSON: false [0], true [1]