POST /vApp/{id}/action/deploy
- Operation:
- POST /vApp/{id}/action/deploy
- Description:
- Deploys a vApp/VM.
Deployment means allocation of all resource for a vApp/VM like CPU and
memory from a vDC resource pool.
Deploying a vApp automatically deploys all of the virtual machines it contains.
As of version 1.5 the operation supports force customization passed
with {@link DeployVAppParamsType#setForceCustomization(Boolean)} parameter
- Since:
- 0.9
- Input parameters
-
Contains deploy request parameters.
- Consume media type(s):
- application/vnd.vmware.vcloud.deployVAppParams+xml
- Input type:
- DeployVAppParamsType
- Output parameters
-
TaskType This operation is asynchronous and the user should monitor
the returned task status in order to check when it is completed.
- Produce media type(s):
- application/vnd.vmware.vcloud.task+xml
- Output type:
- TaskType
- Examples
-