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

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

In this article

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

    Resource URL

    http://<Enterprise-Manager>:9399/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="http://www.veeam.com/ent/v1.0" Type="CloudFailoveredVm" Href="http://localhost:9399/api/cloud/cloudFailoverPlans/e7ca6822-a87f-443d-8aae-8005970543bf/includes/231a6e3e-09e6-4641-9322-40898fcb966a">
     <Links>
       <Link Rel="Delete" Type="ObjectInJob" Href="http://localhost:9399/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>