VMware Cloud Director API - POST-MigrateVm
POST /admin/extension/resourcePool/{id}/action/migrateVms
- Operation:
- POST /admin/extension/resourcePool/{id}/action/migrateVms
- Description:
- Migrate one or more virtual machines to a different resource pool.
- Since:
- 5.1
- Input parameters
-
A list of virtual machines and a target resource pool.
- Consume media type(s):
-
application/vnd.vmware.admin.migrateVmParams+xml
application/vnd.vmware.admin.migrateVmParams+json
- Input type:
- MigrateParamsType
- Output parameters
-
TaskType
This operation is asynchronous and returns a task. When the task completes, the virtual machines on the list have been migrated.
- Produce media type(s):
-
application/vnd.vmware.vcloud.task+xml
application/vnd.vmware.vcloud.task+json
- Output type:
- TaskType
- Examples
-