BackupServerVmJobObject
Property | Type | Attributes | Description |
---|---|---|---|
jobUid | String (uuid) | Read-only | UID assigned to a job. |
instanceUid | String (uuid) | Read-only | UID assigned to a protected VM. |
name | String | Read-only | Name of a VM. |
platform | String | Read-only | VM platform. Possible values:
|
hierarchyRef | String | Read-only | Reference ID of a VM. |
isExcluded | Boolean | Read-only | Indicates whether the VM is excluded from a job. |
lastSession | Subschema (BackupServerJobObjectLastSession) | — | Information about the latest job session. |
BackupServerJobObjectLastSession
Property | Type | Attributes | Description |
---|---|---|---|
backupStatus | String | Read-only | Status of the latest job session. Possible values:
|
totalBackedSize | Integer (int64) | Read-only, nullable | Size of backup files, in bytes. |
sourceSize | Integer (int64) | Read-only, nullable | Size of processed data, in bytes. |
duration | Integer (int32) | Read-only, nullable | Time taken to complete the latest job session, in seconds. |
messages | Array of strings | Read-only | Array of job session messages. |