To download the OVF descriptor or OVA file, make a GET request to the appropriate download link in the download-enabled VApp or VAppTemplate element.
When downloading an OVF or OVA, you can choose whether or not to include identity information such as lease settings and network connection details. Identity information is typically not portable to another deployment environment.
Prerequisites
-
This operation requires the rights included in the predefined vApp Author role or an equivalent set of rights.Verify that you are logged in to the vCloud Air Compute Service as an Account Administrator.
- Verify that you have a vApp or vApp template that is enabled for download. See Enable a vApp or vApp Template for Download.
Procedure
Example: Downloading an OVF Descriptor
This example downloads the OVF descriptor from the download:default URL shown in the href value of the Link shown in vApp Template with Download URLs. The response includes the entire Envelope element, only part of which appears here.
GET https://vcloud.example.com/transfer/..../descriptor.ovf
200 OK Content-Type text/xml ... <Envelope xmlns="http://schemas.dmtf.org/ovf/envelope/1" ... > ... </Envelope>