/agents/jobs/{ID}/includes/{ID}

Represents a protected computer or a protection group having the specified ID and processed by the Veeam Agent backup job with the specified ID.

Resource URL

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

Related Resources

Methods

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

GET /agents/jobs/{ID}/includes/{ID}

Resource Representation

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

<?xml version="1.0" encoding="utf-8"?>
<ObjectInAgentBackupJob xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Href="https://enterprise06.tech.local:9398/api/agents/jobs/f3290acb-f325-41e4-a2c5-5a629d08f929/includes/da371073-7437-4f3f-8ab0-bbaf373e4c64" Type="ObjectInAgentBackupJob" xmlns="http://www.veeam.com/ent/v1.0">
   <ObjectInJobId>da371073-7437-4f3f-8ab0-bbaf373e4c64</ObjectInJobId>
   <Name>Protection Group 1</Name>
   <DisplayName>Protection Group 1</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>