/cloud/cloudFailoverPlans/{ID}
Represents a cloud failover plan that has the specified ID.
Resource URL
The URL of the reference resource representation:
|
https://<Enterprise-Manager>:9398/api/cloud/cloudFailoverPlans/{ID} |
The URL of the entity resource representation:
|
https://<Enterprise-Manager>:9398/api/cloud/cloudFailoverPlans/{ID}?format=Entity |
Related Resources
Methods
The following methods are supported for the /cloud/cloudFailoverPlans/{ID} resource:
- GET /cloud/cloudFailoverPlans/{ID}
- PUT /cloud/cloudFailoverPlans/{ID}
- POST /cloud/cloudFailoverPlans/{ID}?action=start
- POST /cloud/cloudFailoverPlans/{ID}?action=undo
- DELETE /cloud/cloudFailoverPlans/{ID}
Resource Representation
The /cloud/cloudFailoverPlans/{ID} resource has a resource representation of the following types.
Entity reference resource representation:
|
<EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="FailoverPlanReference" Href="https://localhost:9398/api/managedServers/e7ca6822-a87f-443d-8aae-8005970543bf" Name="ABC Company Failover Plan" UID="urn:veeam:FailoverPlan:e7ca6822-a87f-443d-8aae-8005970543bf"> |
Entity resource representation:
|
<CloudFailoverPlan xmlns="http://www.veeam.com/ent/v1.0" Type="CloudFailoverPlan" Href="https://localhost:9398/api/cloud/cloudFailoverPlans/e7ca6822-a87f-443d-8aae-8005970543bf?format=Entity" Name="ABC Company Failover Plan" UID="urn:veeam:CloudFailoverPlan:e7ca6822-a87f-443d-8aae-8005970543bf"> |