Apache CloudStack 4.23.0.0 Root Admin API Reference
listAutoScaleVmProfiles
Lists autoscale Instance profiles.
Request parameters
| Parameter Name | Description | Required |
| account | List resources by Account. Must be used with the domainId parameter. | false |
| domainid | List only resources belonging to the domain specified | false |
| fordisplay | List resources by display flag; only ROOT admin is eligible to pass this parameter | false |
| id | The ID of the autoscale Instance profile | false |
| isrecursive | Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If 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 |
| otherdeployparams | The otherdeployparameters of the autoscale Instance profile | false |
| page | false | |
| pagesize | false | |
| projectid | List objects by project; if projectid=-1 lists All Instances | false |
| serviceofferingid | List profiles by service offering id | false |
| templateid | The templateid of the autoscale Instance profile | false |
| zoneid | Availability zone for the auto deployed Instance | false |
Response Tags
| Response Name | Description |
| id | The autoscale Instance profile ID |
| account | The Account owning the Instance group |
| autoscaleuserid | The ID of the User used to launch and destroy the Instances |
| domain | The domain name of the Instance profile |
| domainid | The domain ID of the Instance profile |
| domainpath | path of the domain to which the vm profile belongs |
| expungevmgraceperiod | The time allowed for existing connections to get closed before an Instance is destroyed |
| fordisplay | Is profile for display to the regular User |
| otherdeployparams | Parameters other than zoneId/serviceOfferringId/templateId to be used while deploying an Instance |
| project | The project name of the Instance profile |
| projectid | The project id Instance profile |
| serviceofferingid | The service offering to be used while deploying an Instance |
| templateid | The Template to be used while deploying an Instance |
| userdata | Base64 encoded Instance user data |
| userdatadetails | list of variables and values for the variables declared in userdata |
| userdataid | the id of userdata used for the VM |
| userdataname | the name of userdata used for the VM |
| userdatapolicy | the userdata override policy with the userdata provided while deploying VM |
| zoneid | The availability zone to be used while deploying an Instance |