appliance recovery restore job: restore job status
restore_job_status
structure Structure representing backup restore statusRepresentation:
{
"messages": [
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
}
],
"progress": 1,
"state": "FAILED"
}
"messages": [
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
}
],
"progress": 1,
"state": "FAILED"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
state | string | process state Defines state of backup/restore process Value is one of: FAILED: Failed INPROGRESS: In progress NONE: Not started SUCCEEDED: Completed successfully |
messages | localizable_message[] | list of messages |
progress | long | percentage complete |