Apache CloudStack 4.23.0.0 Root Admin API Reference

listAutoScaleVmGroups

Lists autoscale Instance groups.

Request parameters

Parameter NameDescriptionRequired
accountList resources by Account. Must be used with the domainId parameter.false
domainidList only resources belonging to the domain specifiedfalse
fordisplayList resources by display flag; only ROOT admin is eligible to pass this parameterfalse
idThe ID of the autoscale Instance groupfalse
isrecursiveDefaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.false
keywordList by keywordfalse
lbruleidThe ID of the loadbalancerfalse
listallIf 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. Resources dedicated to a project are listed only if using the projectid parameter.false
nameThe name of the autoscale vmgroupfalse
pagefalse
pagesizefalse
policyidThe ID of the policyfalse
projectidList objects by project; if projectid=-1 lists All Instancesfalse
vmprofileidThe ID of the profilefalse
zoneidThe availability zone IDfalse

Response Tags

Response NameDescription
idThe autoscale Instance group ID
accountThe Account owning the Instance group
associatednetworkidThe id of the guest Network the LB rule belongs to
associatednetworknameThe name of the guest Network the LB rule belongs to
availablevirtualmachinecountThe number of available Instances (in Running, Starting, Stopping or Migrating state) in the Instance Group
createdThe date when this Instance group was created
domainThe domain name of the Instance group
domainidThe domain ID of the Instance group
domainpathpath of the domain to which the vm group belongs
fordisplayIs group for display to the regular User
intervalThe frequency at which the conditions have to be evaluated
lbproviderThe LB provider of the guest Network the LB rule belongs to
lbruleidThe Load balancer rule ID
maxmembersThe maximum number of members in the Instance Group, The number of Instances in the Instance group will be equal to or less than this number.
minmembersThe minimum number of members in the Instance Group, the number of Instances in the Instance group will be equal to or more than this number.
nameThe name of the autoscale Instance group
privateportThe private port
projectThe project name of the Instance group
projectidThe project id of the Instance group
publicipThe public IP address
publicipidThe public IP address ID
publicportThe public port
scaledownpoliciesList of scaledown autoscale policies
scaleuppoliciesList of scaleup autoscale policies
stateThe current state of the AutoScale Instance Group
vmprofileidThe autoscale profile that contains information about the Instances in the Instance group.