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

/cloud/cloudFailoverPlans

In this article

    Represents a collection of cloud failover plans configured by tenants on Veeam backup servers that are connected to Veeam Backup Enterprise Manager.

    Resource URL

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

    Related Resources

    /cloud/cloudFailoverPlans/{ID}

    Methods

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

    (GET) cloud/cloudFailoverPlans

    Resource Representation

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

    <EntityReferences xmlns="http://www.veeam.com/ent/v1.0">
     <Ref Type="FailoverPlanReference" Href="http://localhost:9399/api/managedServers/e7ca6822-a87f-443d-8aae-8005970543bf" Name="ABC Company Failover Plan" UID="urn:veeam:FailoverPlan:e7ca6822-a87f-443d-8aae-8005970543bf">
       <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="CloudFailoverPlan" Href="http://localhost:9399/api/cloud/cloudFailoverPlans/e7ca6822-a87f-443d-8aae-8005970543bf?format=Entity" Name="ABC Company Failover Plan" />
         <Link Rel="Related" Type="CloudTenant" Href="http://localhost:9399/api/cloud/tenants/b25f5f1d-a3c3-45ed-af23-9ef31a94dac7?format=Entity" Name="ABC Company" />
       </Links>
     </Ref>
     <Ref Type="FailoverPlanReference" Href="http://localhost:9399/api/managedServers/08d5bbf5-619b-4bb9-ba51-95f4678544f4" Name="UCM Company Full SIte Failover" UID="urn:veeam:FailoverPlan:08d5bbf5-619b-4bb9-ba51-95f4678544f4">
       <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="CloudFailoverPlan" Href="http://localhost:9399/api/cloud/cloudFailoverPlans/08d5bbf5-619b-4bb9-ba51-95f4678544f4?format=Entity" Name="UCM Company Full SIte Failover" />
         <Link Rel="Related" Type="CloudTenant" Href="http://localhost:9399/api/cloud/tenants/4e507777-8349-4683-9336-5fd1ecc27ea6?format=Entity" Name="UCM Company" />
       </Links>
     </Ref>
    </EntityReferences>