VchaClusterWitnessInfo
The Cluster.WitnessInfo structure defines the configuration and runtime information for the witness node in the cluster.
Properties
ha_ip
Required
VCHA Cluster network configuration of the node. All cluster communication (state replication, heartbeat, cluster messages) happens over this network. The active node’s management vCenter server credentials are not required to populate Cluster.WitnessInfo.ha-ip.
runtime
Optional
Runtime information for the node in the VCHA Cluster. The active node’s management vCenter server credentials are required to populate some fields of Cluster.WitnessInfo.runtime. If unset, then the information is unavailable or the node is not cloned yet.
JSON Example
{
"ha_ip": {
"ip_family": "IPV4"
}
}