Properties
The resources in the /backupAgents/{id}/jobs collection have a number of properties that reflect backup agent job settings. Properties can be used for POST requests and as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
id | String | System ID assigned to a job or policy. If Veeam Agent for Microsoft Windows version is 2.2 or earlier, this property has the 00000000-0000-0000-0000-000000000000 value. |
lastSessionStatus | String | Status of the latest job session. Possible values:
|
name | String | Name of an assigned policy or job. |
description | String | Description of a job. |
operationMode | String | Indicates the operation mode of a backup agent. Possible values:
|
destination | String | Location where backup files for a Veeam backup agent reside. |
restorePoints | integer | Number of restore points. If a job has never been started, returns 0. |
lastRestorePoint | String | Date and time when the last restore point was created. Date and time string is formatted in accordance with ISO 8601. |
backupSize | integer | Total size of all restore points. If a job has never been started, returns 0. |
scheduleType | String | Type of job schedulling. Possible values:
|
lastRun | String | Date and time when the latest backup job session started. Date and time string is formatted in accordance with ISO 8601. |
lastModified | String | Date and time when settings of the backup job were last modified. Date and time string is formatted in accordance with ISO 8601. |
lastModificationDoneBy | String | Name of the user who last modified job settings. |
nextRun | String | Date and time of the next backup job session according to the backup schedule. Date and time string is formatted in accordance with ISO 8601. |
freeSpace | integer | Amount of free space available on the target repository. If a job has never been started, returns 0. |
avgDuration | integer | Average duration of a backup job session. |
lastDuration | integer | Duration of the latest backup job session. |
backupMode | String | Type of backup operation mode. Possible values:
|
targetType | String | Type of a location where backup files for a Veeam backup agent reside Possible values:
|
disabled | Boolean | Indicates whether the Veeam backup agent job is disabled. |
failureMessage | String | Message that is displayed in case backup job fails. |
backupPolicyNote | String | Message that is displayed when backup policy is assigned. |
cloudConnectAgentUid | String | System ID assigned to a management agent that is installed on the service provider backup server. |
backupPolicyId | integer | System ID of a backup policy assigned to a Veeam backup agent. If the job is custom, returns 0. |
backupPolicyName | String | Name of a backup policy assigned to a Veeam backup agent. |
backupPolicyStatus | String | Status of a backup policy. Possible values:
|
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |