BackupServerAgentJobObject
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to a Veeam backup agent. |
backupServerUid | String (uuid) | Read-only, nullable | UID assigned to a Veeam Backup & Replication server. |
agentUid | String (uuid) | Read-only | UID assigned to a Veeam backup agent. |
jobUid | String (uuid) | Read-only | UID assigned to a job. |
computer | String | Read-only, nullable | Computer name of a Veeam backup agent. |
backupStatus | String | Read-only | Status of a job. Possible values:
|
lastRun | String (date-time) | Read-only, nullable | Date and time when the latest job session started. Date and time string is formatted in accordance with RFC 3339. |
lastEndTime | String (date-time) | Read-only, nullable | Date and time when the latest job session ended. Date and time string is formatted in accordance with RFC 3339. |
lastDuration | Integer (int32) | Read-only, nullable | Duration of the latest job session, in seconds. |
restorePointsCount | Integer (int32) | Read-only | Number of restore points available in the backup chain. |
osType | String | Read-only | Type of a protected computer operating system. Possible values:
|
failureMessage | String | Read-only, nullable | Message that is displayed in case a backup job fails. Every line break is represented by \r\n control characters. |