/cloud/cloudFailoverPlans/{ID}/includes/{ID}

Represents a VM with the specified ID that is added to the cloud failover plan with the specified ID.

Resource URL

https://<Enterprise-Manager>:9398/api/cloud/cloudFailoverPlans/{ID}/includes/{ID}

Related Resources

Methods

The following methods are supported for the /cloud/cloudFailoverPlans/{ID}/includes/{ID} resource:

GET /cloud/cloudFailoverPlans/{ID}/includes/{ID}

Resource Representation

The /cloud/cloudFailoverPlans/{ID}/includes/{ID} resource has a resource representation of the following type:

<CloudFailoveredVm xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Href="https://enterprise06.tech.local:9398/api/cloud/cloudFailoverPlans/e8d3df9a-70ba-492e-b39d-ab772e7defd5/includes/592cd62d-c7a2-4f19-a545-ed73ab696e42" Type="CloudFailoveredVm" xmlns="http://www.veeam.com/ent/v1.0">
   <FailoverPlanVMId>592cd62d-c7a2-4f19-a545-ed73ab696e42</FailoverPlanVMId>
   <Name>apache05</Name>
   <Order>0</Order>
</CloudFailoveredVm>