| name | data type | constraints | description |
|---|---|---|---|
| added | array of string | ||
| storage-provider-type | StorageProviderType | ||
| removed | array of string | ||
| remove-all | boolean | required boolean | |
| select-all | boolean | required boolean | |
| name-like | string | ||
| storageProviderTypeFilterString | string | ||
| active | boolean | required boolean |
Example
{
"added" : [ "...", "..." ],
"storage-provider-type" : "AFS",
"removed" : [ "...", "..." ],
"remove-all" : true,
"select-all" : true,
"name-like" : "...",
"storageProviderTypeFilterString" : "...",
"active" : true
}