BackupServerFileTapeJobObject
Property | Type | Attributes | Description |
---|---|---|---|
jobUid | String (uuid) | Read-only | UID assigned to a job. |
hostName | String | Read-only | Host name of a server, on which protected files and folders reside. |
sources | Array of subschemas (BackupServerFileTapeJobObjectSource) | Read-only | Array of protected files and folders. |
lastSession | Subschema (BackupServerJobObjectLastSession) | Optional | Resource representation of the latest job session. |
BackupServerFileTapeJobObjectSource
Property | Type | Attributes | Description |
---|---|---|---|
path | String | Read-only | Path to a location where protected files and folders reside. |
type | String | Optional | Type of a protected unit. Possible values:
|
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. |