appliance recovery restore job: restore job status

restore_job_status structure Structure representing backup restore status

Representations:

{
    "messages"[
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        }
    ],
    "progress"1,
    "state""FAILED"
}
<?xml version="1.0" ?>
<ns0:RestoreJobStatus xmlns:ns0="http://vmware.com/appliance/recovery/restore/job" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <progress>1</progress>
  <state>FAILED</state>
  <messages-array>
    <array-item>
      <default_message>string</default_message>
      <id>string</id>
      <args-array>
        <array-item>string</array-item>
        <array-item>string</array-item>
      </args-array>
    </array-item>
    <array-item>
      <default_message>string</default_message>
      <id>string</id>
      <args-array>
        <array-item>string</array-item>
        <array-item>string</array-item>
      </args-array>
    </array-item>
  </messages-array>
</ns0:RestoreJobStatus>

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