Apache CloudStack 4.22.0.0 Root Admin API Reference
listImportVmTasks
List running import virtual machine tasks from a unmanaged hosts into CloudStack
Request parameters
| Parameter Name | Description | Required |
| zoneid | the zone ID | true |
| accountid | the ID of the Account | false |
| convertinstancehostid | Conversion host of the importing task | false |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false | |
| tasksfilter | Filter tasks by state, valid options are: All, Running, Completed, Failed | false |
| vcenter | The name/ip of vCenter. Make sure it is IP address or full qualified domain name for host running vCenter server. | false |
Response Tags
| Response Name | Description |
| id | the ID of importing task |
| account | the account name |
| accountid | the ID of account |
| convertinstancehostid | the ID of the host on which the instance is being converted |
| convertinstancehostname | the name of the host on which the instance is being converted |
| created | the create date of the importing task |
| datacentername | the datacenter name of the importing VM task |
| description | the current step description on the importing VM task |
| displayname | the display name of the importing VM |
| duration | the total task duration |
| lastupdated | the last updated date of the importing task |
| sourcevmname | the source VM name |
| state | the state of the importing VM task |
| step | the current step on the importing VM task |
| stepduration | the duration of the current step |
| vcenter | the vcenter name of the importing VM task |
| virtualmachineid | the ID of the imported VM (after task is completed) |
| zoneid | the Zone ID |
| zonename | the Zone name |