/vCloud

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

Service providers have an ability to allow self-service restore operations to their customers who back up VMware Cloud Director objects. Tenant-side users (VMware Cloud Director organization members) can restore single VMs, vApps, organization VDCs and organizations in the web UI based on Veeam Backup Enterprise Manager. For details, see the Working with VMware VMware Cloud Director section in the Veeam Backup Enterprise Manager User Guide.

Administrators on the service provider side can use Veeam Backup Enterprise Manager REST API to configure individual settings for specific VMware Cloud Director organizations. These settings include backup destination, repository quota, and backup job template to be used for tenant-side VMware Cloud 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>