Apache CloudStack 4.18.0.0 Root Admin API Reference
createCounter
Adds metric counter for VM auto scaling
Request parameters
Parameter Name | Description | Required |
name | Name of the counter. | true |
provider | Network provider of the counter. | true |
source | Source of the counter. | true |
value | Value of the counter e.g. oid in case of snmp. | true |
Response Tags
Response Name | Description |
id | the id of the Counter |
name | Name of the counter. |
provider | Provider of the counter. |
source | Source of the counter. |
value | Value in case of snmp or other specific counters. |
zoneid | zone id of counter |