configuration /
system /
ext-auth /
ldap /
filters
CLI REST-API
add-filter
add-filter [filter]
The "add-filter" command adds a filter.
[filter] is the new filter to be added.
Example:
add-filter myFilter
RESTAPI: The data can be passed in the body like this:
{
"parameters": {
"filter": "myFilter"
}
}
| Name | Value | Description | Example |
|---|
| filter | | myFilter |
See also:
/configuration/system/ext-auth/ldap/filters: list of filters
/configuration/system/ext-auth/ldap/filters/delete-filter: deletes a filter
REST-API Support:
This command is supported by the REST API:
Method: POST
URL: /api/configuration/system/ext-auth/ldap/filters/add-filter@¤P¡&V
Example using curl:
curl -X POST /api/configuration/system/ext-auth/ldap/filters/add-filter@¤P¡&V