POST /admin/extension/vmGroup/name/{groupName}/action/addVms

Operation:
POST /admin/extension/vmGroup/name/{groupName}/action/addVms
Description:
Adds virtual machines to the specified VM group.

This asynchronous call returns a task. The process of adding virtual machines to a VM group can result in the virtual machine being processed and redeployed by the placement engine. All virtual machines provided to this call will be marked busy until the add to group process is complete.

Since:
Input parameters
one or more virtual machines to add to the VM group

Consume media type(s):
application/vnd.vmware.vcloud.vms+xml
Input type:
VmsType
Output parameters
a task to monitor the progress of adding virtual machines to a VM group

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
Output type:
TaskType
Examples