Apache CloudStack 4.20.0.0 Root Admin API Reference
listSecondaryStorageSelectors
Lists the secondary storage selectors and their rules.
Request parameters
Parameter Name | Description | Required |
zoneid | The zone ID to be used in the search filter. | true |
keyword | List by keyword | false |
page | false | |
pagesize | false | |
showremoved | Show removed heuristics. | false |
type | Whether to filter the selectors by type and, if so, which one. Valid options are: ISO, SNAPSHOT, TEMPLATE and VOLUME. | false |
Response Tags
Response Name | Description |
id | ID of the heuristic. |
created | When the heuristic was created. |
description | Description of the heuristic. |
heuristicrule | The heuristic rule, in JavaScript language, used to select a secondary storage to be directed. |
name | Name of the heuristic. |
removed | When the heuristic was removed. |
type | The resource type directed to a specific secondary storage by the selector. Valid options are: ISO, SNAPSHOT, TEMPLATE and VOLUME. |
zoneid | The zone which the heuristic is valid upon. |