Recovery_Backup_Job_BackupJobStatus
Recovery_Backup_Job_BackupJobStatus
The Job.BackupJobStatus structure represents the status of a backup/restore job.
JSON Example
{
"id": "string",
"state": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
]
}
],
"progress": 0,
"start_time": "string",
"end_time": "string"
}
string
id
Required
TimeStamp based ID.
state
Required
The Job.BackupRestoreProcessState enumerated type defines the possible states of a backup/restore process.
FAILED : Backup/Restore job failed.
INPROGRESS : Backup/Restore job is in progress.
NONE : Backup/Restore job is not started.
SUCCEEDED : Backup/Restore job completed successfully.
integer As int64
progress
Required
Progress of the job in percentage.
string As date-time
start_time
Required
Time when the backup was started.
string As date-time
end_time
Optional
Time when the backup was finished. If unset end time is None until backup is finished.