VsanClusterNetworkHealthResult

VsanClusterNetworkHealthResult
VsanClusterNetworkHealthResult

This class encapsulates the vSAN cluster network health test result

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostResults": [
        {
            "_typeName": "string",
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "hostname": "string",
            "vsanVmknicPresent": false,
            "ipSubnets": [
                "string"
            ],
            "issueFound": false,
            "peerHealth": [
                {
                    "_typeName": "string",
                    "peer": "string",
                    "peerHostname": "string",
                    "peerVmknicName": "string",
                    "smallPingTestSuccessPct": 0,
                    "largePingTestSuccessPct": 0,
                    "maxLatencyUs": 0,
                    "onSameIpSubnet": false,
                    "sourceVmknicName": "string",
                    "connectivityHealthState": "string",
                    "missingHeartBeatCount": 0
                }
            ],
            "vMotionHealth": [
                {
                    "_typeName": "string",
                    "peer": "string",
                    "peerHostname": "string",
                    "peerVmknicName": "string",
                    "smallPingTestSuccessPct": 0,
                    "largePingTestSuccessPct": 0,
                    "maxLatencyUs": 0,
                    "onSameIpSubnet": false,
                    "sourceVmknicName": "string",
                    "connectivityHealthState": "string",
                    "missingHeartBeatCount": 0
                }
            ],
            "multicastConfig": "string",
            "unicastConfig": "string",
            "inUnicast": false,
            "rdmaEnabled": false,
            "rdtConnProtocol": "string",
            "serverClusters": [
                {
                    "_typeName": "string",
                    "cluster": {
                        "_typeName": "string",
                        "type": "string",
                        "value": "string"
                    },
                    "peerHealth": [
                        {
                            "_typeName": "string",
                            "peer": "string",
                            "peerHostname": "string",
                            "peerVmknicName": "string",
                            "smallPingTestSuccessPct": 0,
                            "largePingTestSuccessPct": 0,
                            "maxLatencyUs": 0,
                            "onSameIpSubnet": false,
                            "sourceVmknicName": "string",
                            "connectivityHealthState": "string",
                            "missingHeartBeatCount": 0
                        }
                    ],
                    "membership": {
                        "_typeName": "string",
                        "clusterUuid": "string",
                        "health": "string",
                        "membershipUuid": "string",
                        "memberUuid": [
                            "string"
                        ]
                    }
                }
            ],
            "externalPeerHealth": [
                {
                    "_typeName": "string",
                    "peer": "string",
                    "peerHostname": "string",
                    "peerVmknicName": "string",
                    "smallPingTestSuccessPct": 0,
                    "largePingTestSuccessPct": 0,
                    "maxLatencyUs": 0,
                    "onSameIpSubnet": false,
                    "sourceVmknicName": "string",
                    "connectivityHealthState": "string",
                    "missingHeartBeatCount": 0
                }
            ]
        }
    ],
    "issueFound": false,
    "vsanVmknicPresent": false,
    "matchingMulticastConfig": false,
    "matchingIpSubnets": false,
    "pingTestSuccess": false,
    "largePingTestSuccess": false,
    "hostLatencyCheckSuccess": false,
    "potentialMulticastIssue": false,
    "otherHostsInVsanCluster": [
        "string"
    ],
    "partitions": [
        {
            "_typeName": "string",
            "hosts": [
                "string"
            ],
            "partitionUnknown": false
        }
    ],
    "hostsWithVsanDisabled": [
        "string"
    ],
    "hostsDisconnected": [
        "string"
    ],
    "hostsCommFailure": [
        "string"
    ],
    "hostsInEsxMaintenanceMode": [
        "string"
    ],
    "hostsInVsanMaintenanceMode": [
        "string"
    ],
    "infoAboutUnexpectedHosts": [
        {
            "_typeName": "string",
            "uuid": "string",
            "hostnameInCmmds": "string",
            "vsanIpv4Addresses": [
                "string"
            ]
        }
    ],
    "clusterInUnicastMode": false,
    "clusterInRDMAMode": false
}
hostResults
Optional

Per host network health test result in the vSAN cluster

boolean
issueFound
Optional

Whether any vSAN cluster network health issue was found

boolean
vsanVmknicPresent
Optional

True if at least one vSAN vmknic is found on the hosts

boolean
matchingMulticastConfig
Optional

True if all of hosts in the vSAN cluster have matched multicast configuration

boolean
matchingIpSubnets
Optional

Deprecated as of vSphere API 6.7.0 Update 1 release.

True if all of hosts in the vSAN cluster are in the same network subnets

boolean
pingTestSuccess
Optional

True if the network ping test with small package size is succeed from all of hosts to all other hosts.

The ping test will fail when the ping test between any of two hosts has lost packet

boolean
largePingTestSuccess
Optional

True if the network ping test with large package size (9000 bytes) is succeed from all of hosts to all other hosts.

The ping test will fail when the ping test between any of two hosts has lost packet

boolean
hostLatencyCheckSuccess
Optional

True if the network latency check via ping small package size is succeed from all of hosts to all other hosts.

The network latency test will fail when the ping test between any of two hosts max latency over 200 ms.

boolean
potentialMulticastIssue
Optional

True if the vSAN cluster has potential multicast issue if any one of the checks fails including if there is vSAN partition, any ping test fails, if the vSAN multicast configuration matches among all of hosts and if there is at lease one vSAN vmknic present for all of hosts.

array of string
otherHostsInVsanCluster
Optional

The hosts UUID list which are in the vSAN cluster but cannot find in the vCenter cluster.

partitions
Optional

The vSAN cluster partition information.

array of string
hostsWithVsanDisabled
Optional

The host name list which are disabled vSAN.

array of string
hostsDisconnected
Optional

The host name list which are disconnected from vCenter.

array of string
hostsCommFailure
Optional

The host name list on which the vSAN service cannot cannot communicate with the vSAN service in vCenter.

array of string
hostsInEsxMaintenanceMode
Optional

The host name list which are in the maintenance mode.

array of string
hostsInVsanMaintenanceMode
Optional

The host name list which are in the vSAN maintenance mode.

infoAboutUnexpectedHosts
Optional

Any additional information about hosts in otherHostsInVsanCluster field will be captured here.

If there is no additional info available, then the host will not be listed here.

boolean
clusterInUnicastMode
Optional

Cluster is using unicast or not.

Only all host in the cluster are in unicast mode, will the cluster be identified as using unicast.

boolean
clusterInRDMAMode
Optional

True indicates Cluster has enabled RDMA for data traffic among host.

Only when all hosts in the cluster are enabled RDMA and use RoCEv2 protocol for data traffic, the cluster will be considered as RDMA mode.