VchaClusterHealth
The VchaClusterHealth class describes the overall VCHA Cluster health.
Health information include the last known runtime information about the VCHA Cluster along with health messages and any additional information applicable to the current VCHA Cluster health. If the cluster state is healthy, there will not be any health messages or additional information provided.
{
"_typeName": "string",
"runtimeInfo": {
"_typeName": "string",
"clusterState": "string",
"nodeInfo": [
{
"_typeName": "string",
"nodeState": "string",
"nodeRole": "string",
"nodeIp": "string"
}
],
"clusterMode": "string"
},
"healthMessages": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"additionalInformation": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
Runtime information of the VCHA Cluster
A collection of Messages describing the reason for a non-healthy Cluster.
A collection of additional information regarding the health messages.