VsanQueryClusterCaptureVsanPcapRequestType
The parameters of VsanQueryClusterCaptureVsanPcap.
{
"hosts": [
"string"
],
"esxRootPassword": "string",
"duration": 0,
"vmknic": [
{
"_typeName": "string",
"host": "string",
"vmknic": "string"
}
],
"includeRawPcap": false,
"includeIgmp": false,
"cmmdsMsgTypeFilter": [
"string"
],
"cmmdsPorts": [
0
],
"clusterUuid": "string"
}
The vSAN hosts
The root password for the host. The password should be the same for all of hosts in the vSAN cluster
Duration to watch for packets in second. 1 minute is recommended
The map for host and the vmknic using for vSAN
True to include the raw pcap data in the result. Default is False
True to include the IGMP network test data. Default is True
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".
The vSAN multicast ports. Unset will use the default vSAN multicast ports.
The vSAN cluster UUID.