RecoveryBackupJobBackupJobStatus
The Job.BackupJobStatus structure represents the status of a backup/restore job.
Properties
TimeStamp based ID.
Progress of the job in percentage.
Time when the backup was started.
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.
Possible values are: FAILED , INPROGRESS , NONE , SUCCEEDED
Time when the backup was finished. If unset end time is None until backup is finished.
JSON Example
{
"id": "string",
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"progress": 0,
"start_time": "string",
"state": "FAILED"
}