POST /vApp/{id}/action/recomposeVApp
- Operation:
- POST /vApp/{id}/action/recomposeVApp
- Description:
- Recompose a vApp by removing its own VMs and/or adding new ones from other
vApps or vApp templates.
To remove VMs you should put their references in
elements. The way you add VMs is the same as described in compose vApp
operation: POST .../api/v1.0/vdc//action/composeVApp
The status of vApp will be in UNRESOLVED(0) until the recompose task is finished.
- Since:
- 1.0
- Input parameters
-
- Consume media type(s):
- application/vnd.vmware.vcloud.recomposeVAppParams+xml
- Input type:
- RecomposeVAppParamsType
- 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
-