appliance recovery restore job: return result

return_result structure Structure representing precheck result

Representations:

{
    "messages"[
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        }
    ],
    "status""FAIL"
}
<?xml version="1.0" ?>
<ns0:ReturnResult xmlns:ns0="http://vmware.com/appliance/recovery/restore/job" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <status>FAIL</status>
  <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:ReturnResult>

Attributes:

Name Type Description
Required
status string Check status

Defines the state of precheck Value is one of:
FAIL: Check failed
WARNING: Passed with warnings
OK: Check passed

messages localizable_message[] List of messages