Failover Cluster Manager Get Vcha Cluster Health
Returns last known health of the VCHA Cluster.
Required privileges: System.Read
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case FailoverClusterManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_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"
}
]
}
The VchaClusterRuntimeInfo class describes the runtime information of a VCHA Cluster.
This includes the last known state of the cluster and last known states of each node.
A collection of Messages describing the reason for a non-healthy Cluster.
A collection of additional information regarding the health messages.