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

Cloud Connect Service

In this article

    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.