POST /vdc/{id}/action/uploadVAppTemplate
- Operation:
- POST /vdc/{id}/action/uploadVAppTemplate
- Description:
- Uploading vApp template to a vDC.
The operation is separate on several steps:
1. creating empty vApp template entity
2. uploading an OVF of vApp template
3. uploading disks described from the OVF
4. finishing task for uploading
The status of vApp template will be NOT_READY(0) until the ovf and
all disks are uploaded to the transfer site.
After this a task will run on the vApp template uploading.
- Since:
- 0.9
- Input parameters
-
- Consume media type(s):
- application/vnd.vmware.vcloud.uploadVAppTemplateParams+xml
- Input type:
- UploadVAppTemplateParamsType
- Output parameters
-
VAppTemplateType
- Produce media type(s):
- application/vnd.vmware.vcloud.vAppTemplate+xml
- Output type:
- VAppTemplateType
- Examples
-