5.5

Table Of Contents
n
“Capturing and Importing vApps,” on page 75
n
“Managing Catalog Items,” on page 76
n
“Creating and Using Independent Disks,” on page 80
n
“View or Change the Owner of an Object,” on page 83
n
“Controlling Access to vApps and Catalogs,” on page 84
Summary of vCloud API Provisioning Requests
Provisioning requests add vApp templates and media to a a catalog. You can also use provisioning requests
to copy, move, rename, download, and delete these objects.
n
API-URL is a URL of the form https://vcloud.example.com/api.
n
id is a unique identifier in the form of a UUID, as defined by RFC 4122.
IMPORTANT Request URLs are always available in Link elements contained by the representation of the
object on which they operate. URL forms shown here are for reference purposes only. Although URLs have
a well-known syntax and a well-understood interpretation, a client should treat vCloud API request URLs
as opaque strings. The rules that govern how the server constructs these strings might change in future
releases.
This summary may not cover all requests in this category. For the complete list of requests, along with
detailed information about input and output types, see the Operations lists in the schema reference.
Table 41. Summary of Provisioning Requests
Operation Request Request Body Response
Upload OVF to a catalog
create a vApp template.
[NEW]
POST API-URL/catalog/id/
action/upload
UploadVAppTemplatePara
ms
CatalogItem
Upload OVF to a VDC to
create a vApp template.
[DEPRECATED]
POST API-URL/vdc/id/
action/uploadVAppTempla
te
UploadVAppTemplatePara
ms
VAppTemplate
Enable a vApp for
download. [NEW]
POST API-
URL/vApp/id/action/enable
Download
None
Task
Disable a vApp for
download. [NEW]
POST API-
URL/vApp/id/action/disabl
eDownload
None
Task
Enable a vApp template for
download.
POST API-
URL/vAppTemplate/
vAppTemplate-
id/action/enableDownload
None
Task
Disable a vApp template for
download.
POST API-
URL/vAppTemplate/
vAppTemplate-
id/action/disableDownload
None 204 No Content
Download a vApp or vApp
template as an OVF package.
GET download-URL None Depends on file type.
Upload a media image to a
catalog. [NEW]
POST API-
URL/catalog/id/action/uplo
ad
Media Media
Upload a media image to a
VDC. [DEPRECATED]
POST API-
URL/vdc/id/media
Media Media
vCloud API Programming Guide
56 VMware, Inc.