Apache CloudStack 4.20.0.0 Root Admin API Reference
listConditions
List Conditions for VM 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 VMs | 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 |