NSX-T Data Center REST API
PreUpgradeHealthCheckStatus (schema)
ESX health perspective check status
Status of an host health perspective check.
Name | Description | Type | Notes |
---|---|---|---|
info | Check Information Status of the check. |
PreUpgradeHealthCheckInfo | Required |
issues | List of issues List of issues reported by the check. |
array of PreUpgradeHealthCheckMessage | Required Default: "[]" |
status | Status of check | string | Required Enum: OK, WAIT, NOT_OK |
wait_duration | Wait duration Duration in milliseconds to wait before issuing status check again. This field is optional and is only populated when status is WAIT. |
int | Readonly |