This is an archive version of the document. To get the most up-to-date information, see the current version.

/vCloud

Represents a vCloud service resource representation — a collection of resources pertaining support of VMware vCloud Director in Veeam Backup & Replication.

Service providers have an ability to allow self-service restore operations to their customers who back up vCloud Director objects. Tenant-side users (vCloud Director Organization administrators) can restore single VMs, vApps, Organization vDC and whole Organizations via the web UI based on Veeam Backup Enterprise Manager. To learn more, see the Working with VMware vCloud Director section in the Veeam Backup Enterprise Manager User Guide.

Administrators on the service provider side can use Veeam Backup Enterprise Manager RESTful API to configure individual settings for specific vCloud Director organizations. These settings include backup destination, repository quota, and backup job template to be used for tenant-side vCloud Director backup jobs.

In its resource representation, the /vCloud resource provides a set of links. By using a link from the list, the client can perform the following operations:

Resource URL

https://<Enterprise-Manager>:9398/api/vCloud

 

Related Resources

/vCloud/orgConfigs

Methods

The following methods are supported for the /vCloudresource:

(GET) /vCloud

Resource Representation

The /vCloud resource has a resource representation of the following type:

<VCloudServicexmlns="http://www.veeam.com/ent/v1.0"Href="https://localhost:9398/api/vCloud">
 <Links>
   <LinkRel="Down"Type="VCloudOrganizationConfigReferenceList"Href="https://localhost:9398/api/vCloud/orgConfigs"/>
   <LinkRel="Down"Type="VCloudOrganizationConfigList"Href="https://localhost:9398/api/vCloud/orgConfigs?format=Entity"/>
   <LinkRel="Create"Href="https://localhost:9398/api/vCloud/orgConfigs"/>
 </Links>
</VCloudService>