configuration / system

CLI REST-API

ext-auth

The submenu ext-auth (external authentification) contains the following:

Menus:
general-radius-tacacs (Radius/TACACS+ servers)
ldap (LDAP)

Objects: none

Commands: none



See also:
/configuration/system/ext-auth/general-radius-tacacs: Radius/TACACS+ servers
/configuration/system/ext-auth/ldap: LDAP

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/system/ext-auth


Example using curl:
curl /api/configuration/system/ext-auth


Method: PATCH
URL: /api/configuration/system/ext-auth
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/ext-auth
-d "{
  \"objects\": \"new-values\"
}"