Recovery_Restore_Job_RestoreJobStatus
Recovery_Restore_Job_RestoreJobStatus
Job.RestoreJobStatus structure Structure representing backup restore status
JSON Example
{
"state": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
]
}
],
"progress": 0,
"parts": [
"string"
]
}
state
Required
Job.BackupRestoreProcessState enumerated type Defines state of backup/restore process
FAILED : Failed
INPROGRESS : In progress
NONE : Not started
SUCCEEDED : Completed successfully
integer As int64
progress
Required
percentage complete
array of string
parts
Optional
List of standalone parts requested for restore. Only parts with the Parts.Part.standalone flag set to true can be included. If unset entire VCSA restore was requested.