VsanQueryClusterCaptureVsanPcapRequestType

VsanQueryClusterCaptureVsanPcapRequestType
VsanQueryClusterCaptureVsanPcapRequestType

The parameters of VsanQueryClusterCaptureVsanPcap.

JSON Example
{
    "hosts": [
        "string"
    ],
    "esxRootPassword": "string",
    "duration": 0,
    "vmknic": [
        {
            "_typeName": "string",
            "host": "string",
            "vmknic": "string"
        }
    ],
    "includeRawPcap": false,
    "includeIgmp": false,
    "cmmdsMsgTypeFilter": [
        "string"
    ],
    "cmmdsPorts": [
        0
    ],
    "clusterUuid": "string"
}
array of string
hosts
Required

The vSAN hosts

string
esxRootPassword
Required

The root password for the host. The password should be the same for all of hosts in the vSAN cluster

integer As int32 As int32
duration
Required

Duration to watch for packets in second. 1 minute is recommended

vmknic
Optional

The map for host and the vmknic using for vSAN

boolean
includeRawPcap
Optional

True to include the raw pcap data in the result. Default is False

boolean
includeIgmp
Optional

True to include the IGMP network test data. Default is True

array of string
cmmdsMsgTypeFilter
Optional

The filter for vSAN message type. The network message whose type is not in the filter list will be ignored. All of the supported message types include "MASTER_HEARTBEAT", "MASTER_UPDATE" and "AGENT_HEARTBEAT".

array of integer
cmmdsPorts
Optional

The vSAN multicast ports. Unset will use the default vSAN multicast ports.

string
clusterUuid
Optional

The vSAN cluster UUID.