With this function, you can create/manage database filter(s).
Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
_id | String | Required on action modify The ID of the database filter. |
5d0c7da53fbc2a03823e7b74" | |
action | String | Required The action you want to perform. |
|
|
name | String | Required on action create Filter name. |
||
type | Integer | Required on action create Filter Type. |
To view the possible values click on Filter Database type | |
condition | Integer | Whether you want to exclude/include the account in the list. |
|
|
list[] | List | List of database names to filter. Available only on database filter type(2). | list[]=acct01_db&list[]=acct02_db | |
rangestart | String | The start range char you want to filter by.
Available only on character range filter type(128).
|
0-9_a-z | a |
rangeend | String | The end range char you want to filter by.
Available only on character range filter type(128).
|
0-9_a-z | z |
regex | String | The regular expression you want to filter by.
Available only on regex filter type(256).
|
/^[ab]/i |