appliance recovery backup: return result

return_result structure Structure representing precheck result

Representation:

{
    "messages"[
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        }
    ],
    "status""FAIL"
}

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