| Parameter name | Type | Description | Possible values | Example |
|---|---|---|---|---|
| _id | String | The ID of the account filter. | 5b28f9f4d5ac5e5ed5049f82 | |
| 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 which the filter assign to. | ||
| type | Integer | Filter Type. | To view the possible values click on Filter Accounts type | |
| condition | Integer | Whether you want to exclude/include the account in the list. |
|
|
| list[] | List | type 2 - List of account names to filter.
type 4 - List of reseller names to filter.
type 64 - List of package names to filter.
List of String
Exist only on type 2 or 4 or 64.
|
["acct01"] | |
| usage | Integer | type 16 - The disk usage (MB) you want to filter by.
type 32 - The inodes usage you want to filter by.
Exist only on type 16 or 32.
|
1000 | |
| rangestart | String | The start range char you want to filter by.
Exist only on type 128.
|
0-9_a-z | a |
| rangeend | String | The end range char you want to filter by.
Exist only on type 128.
|
0-9_a-z | z |
| regex | String | The regular expression you want to filter by.
Exist only on type 256.
|
/^[ab]/i |