Apache CloudStack 4.14.1.0-SNAPSHOT Root Admin API Reference
listAutoScalePolicies
Lists autoscale policies.
Request parameters
| Parameter Name | Description | Required |
| account | list resources by account. Must be used with the domainId parameter. | false |
| action | the action to be executed if all the conditions evaluate to true for the specified duration. | false |
| conditionid | the ID of the condition of the policy | false |
| domainid | list only resources belonging to the domain specified | false |
| id | the ID of the autoscale policy | false |
| isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false | false |
| page | false | |
| pagesize | false | |
| vmgroupid | the ID of the autoscale vm group | false |
Response Tags
| Response Name | Description |
| id | the autoscale policy ID |
| account | the account owning the autoscale policy |
| action | the action to be executed if all the conditions evaluate to true for the specified duration. |
| conditions | the list of IDs of the conditions that are being evaluated on every interval |
| domain | the domain name of the autoscale policy |
| domainid | the domain ID of the autoscale policy |
| duration | the duration for which the conditions have to be true before action is taken |
| project | the project name of the autoscale policy |
| projectid | the project id autoscale policy |
| quiettime | the cool down period for which the policy should not be evaluated after the action has been taken |