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

/cloud/replicas

In this article

    Represents a collection of replicas created by tenants whose accounts are created on all Veeam backup servers connected to Veeam Backup Enterprise Manager.

    Resource URL

    http://<Enterprise-Manager>:9399/api/cloud/replicas

    Related Resources

    /cloud/replicas/{ID}

    Methods

    The following methods are supported for the /cloud/replicas resource:

    (GET) /cloud/replicas

    Resource Representation

    The /cloud/replicas resource has a resource representation of the following type:

    <EntityReferences xmlns="http://www.veeam.com/ent/v1.0">
     <Ref Type="CloudReplicaReference" Href="http://localhost:9399/api/cloud/replicas/8393c284-c953-403f-a9b9-cff63e0c6815" Name="ABC Company Servers Replication" UID="urn:veeam:CloudReplica:8393c284-c953-403f-a9b9-cff63e0c6815">
       <Links>
         <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/8fff3b8e-c3f1-4ef5-aecc-561f07bf9982" Name="172.17.53.48" />
         <Link Rel="Alternate" Type="CloudReplica" Href="http://localhost:9399/api/cloud/replicas/8393c284-c953-403f-a9b9-cff63e0c6815?format=Entity" Name="ABC Company Servers Replication" />
         <Link Rel="Down" Type="CloudVmReplicaPointReferenceList" Href="http://localhost:9399/api/cloud/vmReplicaPoints/8393c284-c953-403f-a9b9-cff63e0c6815/vmReplicaPoints" />
       </Links>
     </Ref>
     <Ref Type="CloudReplicaReference" Href="http://localhost:9399/api/cloud/replicas/6b2b42d5-3850-421c-93c1-e063f12a2ead" Name="UCM Company CRM Replication" UID="urn:veeam:CloudReplica:6b2b42d5-3850-421c-93c1-e063f12a2ead">
       <Links>
         <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/8fff3b8e-c3f1-4ef5-aecc-561f07bf9982" Name="172.17.53.48" />
         <Link Rel="Alternate" Type="CloudReplica" Href="http://localhost:9399/api/cloud/replicas/6b2b42d5-3850-421c-93c1-e063f12a2ead?format=Entity" Name="UCM Company CRM Replication" />
         <Link Rel="Down" Type="CloudVmReplicaPointReferenceList" Href="http://localhost:9399/api/cloud/vmReplicaPoints/6b2b42d5-3850-421c-93c1-e063f12a2ead/vmReplicaPoints" />
       </Links>
     </Ref>
    </EntityReferences>