/cdpPolicies/{ID}/includes

Represents a collection of VMs and VM containers processed by the CDP policy.

Resource URL

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

Related Resources

Methods

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

Resource Representation

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

<ObjectsInJob xmlns="http://www.veeam.com/ent/v1.0">
 <ObjectInJob Type="ObjectInJob" Href="https://localhost:9398/api/cdpPolicies/bc933bb6-0cc5-47b6-a1ec-e062b9e29877/includes/460ab29f-c659-4f50-955d-643a370b3744">
   <Links>
     <Link Rel="Delete" Href="https://localhost:9398/api/cdpPolicies/bc933bb6-0cc5-47b6-a1ec-e062b9e29877/includes/460ab29f-c659-4f50-955d-643a370b3744" />
     <Link Rel="Up" Type="CdpPolicy" Href="https://localhost:9398/api/cdpPolicies/bc933bb6-0cc5-47b6-a1ec-e062b9e29877?format=Entity" Name="CDP Policy 1" />
   </Links>
   <ObjectInJobId>460ab29f-c659-4f50-955d-643a370b3744</ObjectInJobId>
   <HierarchyObjRef>urn:VMware:Vm:45237d2c-c163-4cb1-9f6e-c9913cdea868.vm-19</HierarchyObjRef>
   <Name>virt03-vm01</Name>
   <DisplayName>virt03-vm01</DisplayName>
   <GuestProcessingOptions>
     <VssSnapshotOptions>
       <VssSnapshotMode>RequireSuccess</VssSnapshotMode>
       <IsCopyOnly>true</IsCopyOnly>
       <UsePersistentGuestAgent>false</UsePersistentGuestAgent>
     </VssSnapshotOptions>
     <WindowsCredentialsId />
     <LinuxCredentialsId />
   </GuestProcessingOptions>
 </ObjectInJob>
</ObjectsInJob>