Apache CloudStack v4.8.0 Domain Admin API Reference

updateAutoScaleVmGroup

Updates an existing autoscale vm group.

Request parameters

Parameter NameDescriptionRequired
idthe ID of the autoscale grouptrue
customidan optional field, in case you want to set a custom id to the resource. Allowed to Root Admins onlyfalse
fordisplayan optional field, whether to the display the group to the end user or notfalse
intervalthe frequency at which the conditions have to be evaluatedfalse
maxmembersthe maximum number of members in the vmgroup, The number of instances in the vm group will be equal to or less than this number.false
minmembersthe minimum number of members in the vmgroup, the number of instances in the vm group will be equal to or more than this number.false
scaledownpolicyidslist of scaledown autoscale policiesfalse
scaleuppolicyidslist of scaleup autoscale policiesfalse

Response Tags

Response NameDescription
idthe autoscale vm group ID
accountthe account owning the instance group
domainthe domain name of the vm profile
domainidthe domain ID of the vm profile
fordisplayis group for display to the regular user
intervalthe frequency at which the conditions have to be evaluated
lbruleidthe load balancer rule ID
maxmembersthe maximum number of members in the vmgroup, The number of instances in the vm group will be equal to or less than this number.
minmembersthe minimum number of members in the vmgroup, the number of instances in the vm group will be equal to or more than this number.
projectthe project name of the vm profile
projectidthe project id vm profile
scaledownpolicieslist of scaledown autoscale policies
scaleuppolicieslist of scaleup autoscale policies
statethe current state of the AutoScale Vm Group
vmprofileidthe autoscale profile that contains information about the vms in the vm group.