/agents/jobs/{ID}/includes
Represents a collection of protected computers and protection groups processed by the Veeam Agent backup job with the specified ID.
Resource URL
https://<Enterprise-Manager>:9398/api/agents/jobs/{ID}/includes |
Related Resources
Methods
The following methods are supported for the /agents/jobs/{ID}/includes resource:
GET /agents/jobs/{ID}/includes
Resource Representation
The /agents/jobs/{ID}/includes resource has an entity resource representation of the following type:
<?xml version="1.0" encoding="utf-8"?> <ObjectsInAgentBackupJob xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.veeam.com/ent/v1.0"> <ObjectInAgentBackupJob Href="https://enterprise06.tech.local:9398/api/agents/jobs/b9b42e54-0e9e-42d0-a2f0-b0138596b537/includes/17be5cbb-9d43-4a2d-8162-b805be77d320" Type="ObjectInAgentBackupJob"> <ObjectInJobId>17be5cbb-9d43-4a2d-8162-b805be77d320</ObjectInJobId> <Name>enterprise05.tech.local</Name> <DisplayName>enterprise05.tech.local</DisplayName> <GuestProcessingOptions> <VssSnapshotOptions> <VssSnapshotMode>RequireSuccess</VssSnapshotMode> <IsCopyOnly>false</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>OnlyOnSuccessJob</TransactionLogsProcessing> <BackupLogsFrequencyMin>15</BackupLogsFrequencyMin> <UseDbBackupRetention>true</UseDbBackupRetention> <RetainDays>15</RetainDays> </SqlBackupOptions> <WindowsCredentialsId /> <LinuxCredentialsId /> </GuestProcessingOptions> </ObjectInAgentBackupJob> </ObjectsInAgentBackupJob> |