Apache CloudStack v4.1.0 Domain Admin API Reference
listConditions
List Conditions for the specific user
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 | false |
| page | false | |
| pagesize | false | |
| policyid | the ID of the policy | false |
Response Tags
| Response Name | Description |
| id | the id of the Counter |
| name | Name of the counter. |
| source | Source of the counter. |
| value | Value in case of snmp or other specific counters. |
| zoneid | zone id of counter |