Help Center
Choose product document...
Veeam Backup & Replication 9.5 [Archived]
RESTful API Reference

Cloud Connect Service

Service providers can use Veeam Backup Enterprise Manager RESTful API to work with Veeam Cloud Connect resources. Veeam Cloud Connect resources URLs are grouped in the Cloud Connect service resource representation. The resource representation contains a set of links to the following resources:

  • CloudGateway
  • CloudTenant
  • CloudHardwarePlan
  • CloudPublicIpAddress
  • CloudFailoverPlan
  • CloudVmReplicaPoint
  • CloudReplica
  • VlanConfiguration
  • CloudFailoverSession
  • CloudFailoveredVm

The resource representation of the Cloud Connect service looks in the following way:

<CloudConnectService xmlns="http://www.veeam.com/ent/v1.0" Type="CloudConnectService" Href="http://localhost:9399/api/cloud">
 <Links>
   <Link Rel="Up" Type="LogonSession" Href="http://localhost:9399/api/logonSessions/1b486a3c-af48-4b47-944a-9ff3c5d0e6fa" />
   <Link Rel="Down" Type="CloudGatewayReferenceList" Href="http://localhost:9399/api/cloud/gateways" />
   <Link Rel="Down" Type="CloudTenantReferenceList" Href="http://localhost:9399/api/cloud/tenants" />
   <Link Rel="Down" Type="CloudHardwarePlanReferenceList" Href="http://localhost:9399/api/cloud/hardwarePlans" />
   <Link Rel="Down" Type="CloudPublicIpAddressReferenceList" Href="http://localhost:9399/api/cloud/publicIpAddresses" />
   <Link Rel="Down" Type="CloudFailoverPlanReferenceList" Href="http://localhost:9399/api/cloud/cloudFailoverPlans" />
   <Link Rel="Down" Type="CloudVmReplicaPointReferenceList" Href="http://localhost:9399/api/cloud/vmReplicaPoints" />
   <Link Rel="Down" Type="CloudReplicaReferenceList" Href="http://localhost:9399/api/cloud/replicas" />
   <Link Rel="Down" Type="VlanConfigurationReferenceList" Href="http://localhost:9399/api/cloud/vlans" />
   <Link Rel="Down" Type="CloudFailoverSessionReferenceList" Href="http://localhost:9399/api/cloud/failoverSessions" />
   <Link Rel="Down" Type="CloudGatewayList" Href="http://localhost:9399/api/cloud/gateways?format=Entity" />
   <Link Rel="Down" Type="CloudTenantList" Href="http://localhost:9399/api/cloud/tenants?format=Entity" />
   <Link Rel="Down" Type="CloudHardwarePlanList" Href="http://localhost:9399/api/cloud/hardwarePlans?format=Entity" />
   <Link Rel="Down" Type="CloudPublicIpAddressList" Href="http://localhost:9399/api/cloud/publicIpAddresses?format=Entity" />
   <Link Rel="Down" Type="CloudFailoverPlanList" Href="http://localhost:9399/api/cloud/cloudFailoverPlans?format=Entity" />
   <Link Rel="Down" Type="CloudVmReplicaPointList" Href="http://localhost:9399/api/cloud/vmReplicaPoints?format=Entity" />
   <Link Rel="Down" Type="CloudReplicaList" Href="http://localhost:9399/api/cloud/replicas?format=Entity" />
   <Link Rel="Down" Type="VlanConfigurationList" Href="http://localhost:9399/api/cloud/vlans?format=Entity" />
   <Link Rel="Down" Type="CloudFailoverSessionList" Href="http://localhost:9399/api/cloud/failoverSessions?format=Entity" />
   <Link Rel="Create" Href="http://localhost:9399/api/cloud/gateways" />
   <Link Rel="Create" Href="http://localhost:9399/api/cloud/tenants" />
   <Link Rel="Create" Href="http://localhost:9399/api/cloud/hardwarePlans" />
   <Link Rel="Create" Href="http://localhost:9399/api/cloud/publicIpAddresses" />
 </Links>
</CloudConnectService>

 

Cloud Connect Service Note:

Cloud Connect service resource appears in the list of available Veeam Backup Enterprise Manager RESTful API resources if the Veeam Cloud Connect service provider license is installed on the Veeam backup server.

 

Veeam Large Logo

User Guide for VMware vSphere

User Guide for Microsoft Hyper-V

Enterprise Manager User Guide

Veeam Cloud Connect Guide

Veeam Agent Management Guide

Veeam Backup Explorers User Guide

Backup and Restore of SQL Server Databases

PowerShell Reference

RESTful API Reference

Veeam Backup FREE Edition User Guide