Data Object - VsanVsanPcapResult(vim.host.VsanVsanPcapResult)

Property of
VsanVsanClusterPcapResult
Extends
DynamicData
See also
LocalizedMethodFault
Since
vSphere API 5.5

Data Object Description

Captures the vSAN multicast connectivity test result on host

Properties

Name Type Description
calltimexsd:float

The starting time for the vSAN multicast connectivity test
error*LocalizedMethodFault

If error is set, it means that collection of Pcap info failed on this host
hostname*xsd:string

The host name
pcap*xsd:string

The raw captured packet data with base64 encoding and is compressed as zip format
pkts*xsd:string[]

The multicast network trace packets in the json format with the keys including "seenBy" (the host list which can communicate with this host), "cmmdsMcastSeq" (the CMMDS multicast packet sequence number), "dstIp" (the multicast destination IP), "srcUuid" (the source host UUID), "sentBy" (the host IP sending the multicast packet), "timestamp", "srcPort" , "msgType"(the multicast packet message type), "srcIp", "clusterUuid" (the vSAN cluster UUID), "pktType" (the packet type) and "dstPort"
snaplenxsd:int

The snapshot length is the amount of data for each frame that is actually captured in the multicast connectivity test
tcpdumpFilterxsd:string

The TCP packets filter to select which packets will be dumped. The filter expression syntax is the same as the expression in the Linux standard utility command 'tcpdump'
vmknicxsd:string

The vmknic using for the vSAN multicast connectivity test
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition