RecoveryBackupJobBackupJobStatus
The Job.BackupJobStatus structure represents the status of a backup/restore job.
Properties
string
end_time
Optional
Time when the backup was finished. If unset end time is None until backup is finished.
string
id
Required
TimeStamp based ID.
integer
progress
Required
Progress of the job in percentage.
string
start_time
Required
Time when the backup was started.
Property Of
RecoveryBackupJobGetResponseBody
RecoveryBackupJobCreateResponseBody
RecoveryBackupSchedulesRunResponseBody
JSON Example
{
"id": "string",
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"progress": 0,
"start_time": "string",
"state": "enum"
}