Download a Referenced File
After you download
the OVF descriptor of a vApp or vApp template, you can examine the contents of
the descriptor to discover download URLs for
.vmdk
and other files in the package.
The OVF descriptor includes an href value for each file that the descriptor references. To retrieve one of these files, you must create a download URL for it by combining this href value with a URL derived from the download URL that you used to retrieve the descriptor. You must retrieve all of the referenced files to create a valid OVF package.
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.
- Retrieve the OVF descriptor of a vApp or vApp template that has been enabled for download.
Procedure
Example: Downloading a Referenced File
<File ovf:href="disk0.vmdk" ovf:id="file1" ovf:size="1950489088"/>
GET https://vcloud.example.com/transfer/..../disk0.vmdk
200 OK ... ...serialized contents of file disk0.vmdk... EOF