/failoverPlans/{ID}
Represents a failover plan having the specified ID.
Resource URL
The URL of the reference resource representation:
|
https://<Enterprise-Manager>:9398/api/failoverPlans/{ID} |
The URL of the entity resource representation:
|
https://<Enterprise-Manager>:9398/api/failoverPlans/{ID}?format=Entity |
Related Resources
Methods
The following methods are supported for the /failoverPlans/{ID} resource:
- GET /failoverPlans/{ID}
- PUT /failoverPlans{ID}
- POST /failoverPlans{ID}?action=start
- POST /failoverPlans{ID}?action=undo
Resource Representation
The /failoverPlans/{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/failoverPlans/ae01e36f-32a3-4095-95fa-09a2af744009" Name="SQL Failover Plan" UID="urn:veeam:FailoverPlan:ae01e36f-32a3-4095-95fa-09a2af744009"> |
Entity resource representation:
|
<FailoverPlan xmlns="http://www.veeam.com/ent/v1.0" Type="FailoverPlan" Href="https://localhost:9398/api/failoverPlans/ae01e36f-32a3-4095-95fa-09a2af744009?format=Entity" Name="SQL Failover Plan" UID="urn:veeam:FailoverPlan:ae01e36f-32a3-4095-95fa-09a2af744009"> |