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

/failoverPlans

In this article

    Represents a collection of failover plans configured on Veeam backup servers that are managed by Veeam Backup Enterprise Manager.

    /failoverPlans Note:

    The /failoverPlans resource represents only regular failover plans configured on a Veeam backup server managed by Veeam Backup Enterprise Manager. Cloud failover plans configured by tenants whose accounts are created on a Veeam backup server appear in the /cloud/cloudFailoverPlans resource representation.

    Resource URL

    http://<Enterprise-Manager>:9399/api/failoverPlans

    Related Resources

    /failoverPlans/{ID}

    Methods

    The following methods are supported for the /failoverPlans resource:

    (GET) failoverPlans

    Resource Representation

    The /failoverPlans 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/failoverPlans/ae01e36f-32a3-4095-95fa-09a2af744009" Name="SQL Failover Plan" UID="urn:veeam:FailoverPlan:ae01e36f-32a3-4095-95fa-09a2af744009">
       <Links>
         <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
         <Link Rel="Alternate" Type="FailoverPlan" Href="http://localhost:9399/api/failoverPlans/ae01e36f-32a3-4095-95fa-09a2af744009?format=Entity" Name="SQL Failover Plan" />
       </Links>
     </Ref>
     <Ref Type="FailoverPlanReference" Href="http://localhost:9399/api/failoverPlans/8c6ac2a1-8330-400e-9194-40310b5ca58a" Name="Exchange Group Failover Plan" UID="urn:veeam:FailoverPlan:8c6ac2a1-8330-400e-9194-40310b5ca58a">
       <Links>
         <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
         <Link Rel="Alternate" Type="FailoverPlan" Href="http://localhost:9399/api/failoverPlans/8c6ac2a1-8330-400e-9194-40310b5ca58a?format=Entity" Name="Exchange Group Failover Plan" />
       </Links>
     </Ref>
    </EntityReferences>