Apache CloudStack 4.23.0.0 Root Admin API Reference
listConditions
List Conditions for Instance auto scaling
Request parameters
| Parameter Name | Description | Required |
| account | List resources by Account. Must be used with the domainId parameter. | false |
| counterid | Counter-id of the condition. | false |
| domainid | List only resources belonging to the domain specified | false |
| id | ID of the Condition. | 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. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| page | false | |
| pagesize | false | |
| policyid | The ID of the policy | false |
| projectid | List objects by project; if projectid=-1 lists All Instances | false |
Response Tags
| Response Name | Description |
| id | The ID of the Condition |
| account | The owner of the Condition. |
| counter | Details of the Counter. |
| counterid | The ID of the Counter. |
| countername | The Name of the Counter. |
| domain | The domain name of the owner. |
| domainid | The domain ID of the Condition owner |
| domainpath | path of the domain to which the Condition owner belongs |
| project | The project name of the Condition |
| projectid | The project ID of the Condition. |
| relationaloperator | Relational Operator to be used with threshold. |
| threshold | Threshold Value for the counter. |
| zoneid | Zone ID of counter |