Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
_id | String | The ID of the database filter. | 5d0c7da53fbc2a03823e7b74" | |
group_id | String | The actual id you are passing to the job. | 5b6a87abd5ac5e655e2018d3 | |
name | String | The filter name. | ||
owner | String | The creator of the filter. | root | |
jobs_count | Integer | The number of jobs the filter is assigned to. | ||
type | Integer | 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 | type 2 - List of database names to filter.
List of String
Available only on type 2.
|
["acct01_db", "acct02_db"] | |
rangestart | String | The start range char you want to filter by.
Available only on type 128.
|
0-9_a-z | a |
rangeend | String | The end range char you want to filter by.
Available only on type 128.
|
0-9_a-z | z |
regex | String | The regular expression you want to filter by.
Available only on type 256.
|
/^[ab]/i |