VsanVsanPcapResult
Captures the vSAN multicast connectivity test result on host
{
"_typeName": "string",
"calltime": "number",
"vmknic": "string",
"tcpdumpFilter": "string",
"snaplen": 0,
"pkts": [
"string"
],
"pcap": "string",
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"hostname": "string"
}
The starting time for the vSAN multicast connectivity test
The vmknic using for the vSAN multicast connectivity test
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'
The snapshot length is the amount of data for each frame that is actually captured in the multicast connectivity test
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"
The raw captured packet data with base64 encoding and is compressed as zip format
If error is set, it means that collection of Pcap info failed on this host
The host name