manageAccountFilter
This function allows you to create/modify the Account Filter Object.
This function allows you to create/modify the Account Filter Object.
This function lists all Account Filter Objects.
This function prints the objects data given its Account Filter ID.
This function allows you to delete the object given its Account Filter ID.
This function lists all Account Filter Group Objects.
This function prints the objects data given its Account Filter Group ID.
Parameter name | Type | Description | Possible Values | Example | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_id | String | The Account Filter ID. | N/A |
|
||||||||||||||||||||
group_id | String | The Account Filter Group ID associated to Backup Jobs. | N/A |
|
||||||||||||||||||||
type | Integer (Binary Left Shift) | The type of Account Filter. |
|
|
||||||||||||||||||||
name | String | The Account Filter name. | N/A |
|
||||||||||||||||||||
owner | String | The Account Filter Owner's ID | N/A |
|
||||||||||||||||||||
owner_name | String | The Account Filter Owner's name. | N/A |
|
||||||||||||||||||||
count | Integer | The Number of Backup Jobs which the Account Filter is assigned to. | N/A |
|
||||||||||||||||||||
condition | Integer | Whether you want to exclude/include the account in the list. |
|
|
||||||||||||||||||||
list | List[] of Strings | List of Filter Type specific objects assigned to the Account Filter. (Only for Filter Types 2 | 4 | 64 | 512) |
|
|
||||||||||||||||||||
usage | Integer | The Usage Limit for the Filter Type specific parameter assigned to the Account Filter. (Only for Filter Types 16 | 32) |
|
|
||||||||||||||||||||
rangestart | String | The starting character for the range you want to filter by. (Only for Filter Type 128) | 0-9_a-z |
|
||||||||||||||||||||
rangeend | String | The ending character for the range you want to filter by. (Only for Filter Type 128) | 0-9_a-z |
|
||||||||||||||||||||
regex | String | The regular expression you want to filter by. (Only for Filter Types 128 | 256*) | /^[0-9_a-z]/i |
|
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.