Health_CheckStatus
Represents a check status. Note: This structure is restricted for VMware internal use only.
{
"info": {
"check": "string",
"name": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
},
"status": "string",
"wait_duration": 0,
"issues": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
]
}
Combines information about a health check and the issues that it can report. Note: This structure is restricted for VMware internal use only.
Represents system status of a particular check. Note: This enumeration is restricted for VMware internal use only.
OK : The check is successful, i.e. the entity can transition to the target state.
WAIT : The check is still running. Check the {#member CheckStatus.waitDuration} to see the expected wait time.
NOT_OK : The check has failed, i.e. the entity is not ready to transition to the target state. Any reported issues in the {#member CheckStatus.issues} field need to resolved.
If status value is WAIT the duration in miliseconds to wait before issuing status check again. This field is optional and it is only relevant when the value of CheckStatus.status is WAIT.
List of LocalizableMessage of issues that the check reported.