Apache CloudStack 4.14.1.0-SNAPSHOT Root Admin API Reference
listClustersMetrics
Lists clusters metrics
Request parameters
| Parameter Name | Description | Required |
| allocationstate | lists clusters by allocation state | false |
| clustertype | lists clusters by cluster type | false |
| hypervisor | lists clusters by hypervisor type | false |
| id | lists clusters by the cluster ID | false |
| keyword | List by keyword | false |
| managedstate | whether this cluster is managed by cloudstack | false |
| name | lists clusters by the cluster name | false |
| page | false | |
| pagesize | false | |
| podid | lists clusters by Pod ID | false |
| showcapacities | flag to display the capacity of the clusters | false |
| zoneid | lists clusters by Zone ID | false |
Response Tags
| Response Name | Description |
| cpuallocated | the total cpu allocated in Ghz |
| cpuallocateddisablethreshold | cpu allocated disable threshold exceeded |
| cpuallocatedthreshold | cpu allocated notification threshold exceeded |
| cpudisablethreshold | cpu usage disable threshold exceeded |
| cpumaxdeviation | the maximum cpu deviation |
| cputhreshold | cpu usage notification threshold exceeded |
| cputotal | the total cpu capacity in Ghz |
| cpuused | the total cpu used in Ghz |
| hosts | running / total hosts in the cluster |
| memoryallocated | the total cpu allocated in GiB |
| memoryallocateddisablethreshold | memory allocated disable threshold exceeded |
| memoryallocatedthreshold | memory allocated notification threshold exceeded |
| memorydisablethreshold | memory usage disable threshold exceeded |
| memorymaxdeviation | the maximum memory deviation |
| memorythreshold | memory usage notification threshold exceeded |
| memorytotal | the total cpu capacity in GiB |
| memoryused | the total cpu used in GiB |
| state | state of the cluster |