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

Failover Plans

In this article

    The /failoverPlans resource collection represents a collection of all failover plans configured by companies. The collection includes resources which represent individual failover plans and have system IDs.

    Collection URL

    The URL of the reference resource collection representation:

    https://<Availability-Console>:1281/v2/failoverPlans

    Collection Representation Failover Plans

    [

     {

       "id": "7c3e7a76-d630-441e-aedf-1a715f21c181",

       "name": "Infrastructure Servers to Cloud",

       "serverName": "backup02",

       "vmCount": 3,

       "type": "Local",

       "state": "Ready",

       "actions": [

         "start",

         "undo"

       ],

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/failoverPlans/7c3e7a76-d630-441e-aedf-1a715f21c181"

         },

         "tenants": {

           "href": "https://vac.tech.local:1281/v2/tenants/2"

         },

         "locations": {

           "href": "https://vac.tech.local:1281/v2/tenants/2/locations/2"

         }

       }

     },

     {

       "id": "9db53527-76ae-4c7e-b998-edc8fbd5fed8",

       "name": "Sandbox Failover to Cloud",

       "serverName": "vac",

       "vmCount": 1,

       "type": "Cloud",

       "state": "Ready",

       "actions": [

         "start",

         "undo"

       ],

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/failoverPlans/9db53527-76ae-4c7e-b998-edc8fbd5fed8"

         },

         "tenants": {

           "href": "https://vac.tech.local:1281/v2/tenants/2"

         }

       }

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.