/cdpPolicies/{ID}/includes/{ID}
Represents a VM or a VM container having the specified ID and processed by the CDP policy with the specified ID.
Resource URL
https://<Enterprise-Manager>:9398/api/cdpPolicies/{ID}/includes/{ID} |
Related Resources
Methods
The following methods are supported for the /cdpPolicies/{ID}/includes/{ID} resource:
Resource Representation
The /cdpPolicies/{ID}/includes/{ID} resource has a resource representation of the following type:
<ObjectInJob xmlns="http://www.veeam.com/ent/v1.0" 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> <Order>0</Order> <GuestProcessingOptions> <VssSnapshotOptions> <VssSnapshotMode>RequireSuccess</VssSnapshotMode> <IsCopyOnly>true</IsCopyOnly> </VssSnapshotOptions> <WindowsGuestFSIndexingOptions> <FileSystemIndexingMode>ExceptSpecifiedFolders</FileSystemIndexingMode> <IncludedIndexingFolders /> <ExcludedIndexingFolders> <Path>%windir%</Path> <Path>%ProgramFiles%</Path> <Path>%ProgramFiles(x86)%</Path> <Path>%ProgramW6432%</Path> <Path>%TEMP%</Path> </ExcludedIndexingFolders> </WindowsGuestFSIndexingOptions> <LinuxGuestFSIndexingOptions> <FileSystemIndexingMode>ExceptSpecifiedFolders</FileSystemIndexingMode> <IncludedIndexingFolders /> <ExcludedIndexingFolders> <Path>/cdrom</Path> <Path>/dev</Path> <Path>/media</Path> <Path>/mnt</Path> <Path>/proc</Path> <Path>/tmp</Path> <Path>/lost+found</Path> </ExcludedIndexingFolders> </LinuxGuestFSIndexingOptions> <SqlBackupOptions> <TransactionLogsProcessing>Never</TransactionLogsProcessing> <BackupLogsFrequencyMin>15</BackupLogsFrequencyMin> <UseDbBackupRetention>true</UseDbBackupRetention> <RetainDays>15</RetainDays> </SqlBackupOptions> <WindowsCredentialsId /> <LinuxCredentialsId /> </GuestProcessingOptions> </ObjectInJob> |