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

/cloud/cloudFailoverPlans/{ID}/includes

Represents a list of VMs added to the cloud failover plan.

Resource URL

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

Related Resources

Methods

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

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

Resource Representation

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

<CloudFailoveredVms xmlns="http://www.veeam.com/ent/v1.0">
 <CloudFailoveredVm Type="CloudFailoveredVm" Href="https://localhost:9398/api/cloud/cloudFailoverPlans/e7ca6822-a87f-443d-8aae-8005970543bf/includes/231a6e3e-09e6-4641-9322-40898fcb966a">
   <Links>
     <Link Rel="Delete" Type="ObjectInJob" Href="https://localhost:9398/api/cloud/cloudFailoverPlans/e7ca6822-a87f-443d-8aae-8005970543bf/includes/231a6e3e-09e6-4641-9322-40898fcb966a" Name="srv38" />
   </Links>
   <FailoverPlanVMId>231a6e3e-09e6-4641-9322-40898fcb966a</FailoverPlanVMId>
   <Name>srv38</Name>
   <Order>0</Order>
 </CloudFailoveredVm>
 <CloudFailoveredVm Type="CloudFailoveredVm" Href="https://localhost:9398/api/cloud/cloudFailoverPlans/e7ca6822-a87f-443d-8aae-8005970543bf/includes/096a7d0a-c92a-4da4-9302-4416b2fe929f">
   <Links>
     <Link Rel="Delete" Type="ObjectInJob" Href="https://localhost:9398/api/cloud/cloudFailoverPlans/e7ca6822-a87f-443d-8aae-8005970543bf/includes/096a7d0a-c92a-4da4-9302-4416b2fe929f" Name="srv40" />
   </Links>
   <FailoverPlanVMId>096a7d0a-c92a-4da4-9302-4416b2fe929f</FailoverPlanVMId>
   <Name>srv40</Name>
   <Order>1</Order>
 </CloudFailoveredVm>
</CloudFailoveredVms>