PreUpgradeHealthCheckStatus

PreUpgradeHealthCheckStatus
PreUpgradeHealthCheckStatus

Status of an host health perspective check.

JSON Example
{
    "info": {
        "check": "string",
        "description": {
            "default_message": "string",
            "id": "string",
            "localized": "string"
        },
        "name": {
            "default_message": "string",
            "id": "string",
            "localized": "string"
        }
    },
    "issues": [
        {
            "default_message": "string",
            "id": "string",
            "localized": "string"
        }
    ],
    "status": "string",
    "wait_duration": 0
}
info
Required

Information about the ESX health perspective check.

issues
Required
Constraints: default:

List of issues reported by the check.

string
status
Required

Status of check

Possible values are : OK, WAIT, NOT_OK,
integer As int32 As int32
wait_duration
Optional

Duration in milliseconds to wait before issuing status check again. This field is optional and is only populated when status is WAIT.