PreUpgradeHostHealthCheckStatuses
PreUpgradeHostHealthCheckStatuses
Aggregated status list of performed host pre-upgrade checks.
JSON Example
{
"check_statuses": [
{
"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
}
],
"status": "string",
"wait_duration": 0
}
array of
PreUpgradeHealthCheckStatus
check_statuses
Required
Constraints:
default:
List of pre check statuses.
string
status
Optional
Aggregated status of all individual checks. It will be OK only when all executed checks return OK.
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.