Apache CloudStack 4.20.0.0 Root Admin API Reference
updateCondition
Updates a condition for VM auto scaling
Request parameters
Parameter Name | Description | Required |
id | the ID of the condition. | true |
relationaloperator | Relational Operator to be used with threshold. Valid values are EQ, GT, LT, GE, LE. | true |
threshold | Value for which the Counter will be evaluated with the Operator selected. | true |
Response Tags
Response Name | Description |
displaytext | any text associated with the success or failure |
success | true if operation is executed successfully |