vcenter deployment: check info

The check_info structure describes the result of the appliance deployment check. This structure was added in vSphere API 6.7

Representation:

{
    "result"{
        "errors"[
            {
                "id""string",
                "message"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "resolution"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "time""2015-01-01T22:13:05.651Z"
            },
            {
                "id""string",
                "message"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "resolution"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "time""2015-01-01T22:13:05.651Z"
            }
        ],
        "info"[
            {
                "id""string",
                "message"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "resolution"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "time""2015-01-01T22:13:05.651Z"
            },
            {
                "id""string",
                "message"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "resolution"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "time""2015-01-01T22:13:05.651Z"
            }
        ],
        "warnings"[
            {
                "id""string",
                "message"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "resolution"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "time""2015-01-01T22:13:05.651Z"
            },
            {
                "id""string",
                "message"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "resolution"{
                    "args"[
                        "string",
                        "string"
                    ],
                    "default_message""string",
                    "id""string"
                },
                "time""2015-01-01T22:13:05.651Z"
            }
        ]
    },
    "status""SUCCESS"
}

Attributes:

Name Type Description
Required
status string Status of the check. This attribute was added in vSphere API 6.7

Defines the status of the checks. This enumeration was added in vSphere API 6.7 Value is one of:
SUCCESS: All checks have completed successfully. This constant was added in vSphere API 6.7
FAILED: A fatal error was encountered when running the sanity checks. This constant was added in vSphere API 6.7

Optional
result notifications Result of the check. This attribute was added in vSphere API 6.7

Optional. This field will be unset if result is not available at the current step of the task.