Failover Plans
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:
Collection Representation
[ { "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" } } } ] |