configuration /
system /
ext-auth /
ldap
CLI REST-API
filters
The submenu filters (list of filters) contains the following:
Menus:
filter1 (filter1)
Objects: none
Commands:
add-filter (adds a filter)
delete-filter (deletes a filter)
See also:
/configuration/system/ext-auth/ldap/filters/filter[ID]
/configuration/system/ext-auth/ldap/filters/add-filter: adds a filter
/configuration/system/ext-auth/ldap/filters/delete-filter: deletes a filter
REST-API Support:
This menu is supported by the REST API:
Method: GET
URL: /api/configuration/system/ext-auth/ldap/filters
Example using curl:
curl /api/configuration/system/ext-auth/ldap/filters
Method: PATCH
URL: /api/configuration/system/ext-auth/ldap/filters
Body:
{
\"objects\": \"new-values\"
}
Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/filters
-d "{
\"objects\": \"new-values\"
}"
Method: POST
URL: /api/configuration/system/ext-auth/ldap/filters
Body:
{
\"objects\": \"new-values\"
}
Example using curl:
curl -X POST /api/configuration/system/ext-auth/ldap/filters
-d "{
\"objects\": \"new-values\"
}"