NSX-T Data Center REST API
PreUpgradeHostHealthCheckStatuses (schema)
host health perspective checks status list
Aggregated status list of performed host pre-upgrade checks.
Name | Description | Type | Notes |
---|---|---|---|
check_statuses | Check statuses List of pre check statuses. |
array of PreUpgradeHealthCheckStatus | Required Default: "[]" |
status | Aggregated status of all checks Aggregated status of all individual checks. It will be OK only when all executed checks return OK. |
string | Required Readonly 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 |