Job Info
The JobInfo element of the job resource includes one of the following complex elements depending on the job type.
Element  | Type  | Description  | 
|---|---|---|
BackupJobInfo  | BackupJobInfoType  | Backup job settings. For details, see Backup Job.  | 
ReplicaJobInfo  | ReplicaJobInfoType  | Replication job settings. For details, see Replication Job.  | 
BackupCopyJobInfo  | BackupCopyJobInfoType  | Settings of periodic backup copy jobs created by Veeam Backup & Replication 11a or earlier versions. For details, see Periodic Backup Copy Job.  | 
ImmediateBackupCopyJobInfo  | ImmediateBackupCopyJobInfoType  | Settings of all immediate backup copy jobs as well as periodic backup copy jobs created by Veeam Backup & Replication 12. For details, see Immediate Backup Copy Job.  | 
The BackupJobInfo element of backup jobs contains the following elements.
Element  | Type  | Description  | 
|---|---|---|
Includes  | ObjectInJobListType  | Collection of VMs and VM containers processed by the job. For details, see GET /jobs/{ID}/includes/{ID}.  | 
GuestProcessingOptions  | GuestProcessingOptionsType  | Options for application-aware image processing. For details, see Guest Processing Options.  | 
AdvancedStorageOptions  | AdvancedStorageOptionsType  | Advanced storage options that contain a password key ID.  | 
GfsRetentionPolicy  | GfsRetentionPolicyOptionsInfoType  | Long-term (GFS) retention policy settings. For details, see Simple and GFS Retention Policies.  | 
SimpleRetentionPolicy  | SimpleRetentionPolicyInfoType  | Short-term retention policy settings. For details, see Simple and GFS Retention Policies.  | 
The ReplicaJobInfo element of replication jobs contains the following elements.
Element  | Type  | Description  | 
|---|---|---|
Includes  | ObjectInJobListType  | Collection of VMs and VM containers processed by the job. For details, see GET /jobs/{ID}/includes/{ID}.  | 
GuestProcessingOptions  | GuestProcessingOptionsType  | Options for application-aware image processing. For details, see Guest Processing Options.  | 
Backup Copy Jobs
The settings of immediate backup copy jobs as well as periodic backup copy jobs created with Veeam Backup & Replication 12 or later are represented by the ImmediateBackupCopyJobInfo element. ImmediateBackupCopyJobInfo contains the following elements.
Element  | Type  | Description  | 
|---|---|---|
LinkedJobIncludes  | LinkedJobListType  | Collection of linked backup jobs. For details, see Backup Copy Job Options.  | 
LinkedBackupIncludes  | LinkedBackupIncludes  | Collection of linked backups. For details, see Backup Copy Job Options.  | 
LinkedBackupRepositoryIncludes  | LinkedBackupRepositoryIncludes  | Collection of linked backup repositories. For details, see Backup Copy Job Options.  | 
The settings of periodic backup copy jobs created with Veeam Backup & Replication 11a or earlier versions are represented by the BackupCopyJobInfo element. BackupCopyJobInfo contains the following elements.
Element  | Type  | Description  | 
|---|---|---|
Includes  | ObjectInJobListType  | Collection of VMs and VM containers processed by the job. For details, see GET /jobs/{ID}/includes/{ID}.  | 
LinkedJobIncludes  | LinkedJobListType  | Collection of linked backup jobs. For details, see Backup Copy Job Options.  | 
AdvancedStorageOptions  | AdvancedStorageOptionsType  | Advanced storage options that contain a password key ID.  | 
LinkedBackupIncludes  | LinkedBackupListType  | Collection of linked backups. For details, see Backup Copy Job Options.  |