VsanVsanPcapResult

VsanVsanPcapResult
VsanVsanPcapResult

Captures the vSAN multicast connectivity test result on host

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}
number As float As float
calltime
Required

The starting time for the vSAN multicast connectivity test

string
vmknic
Required

The vmknic using for the vSAN multicast connectivity test

string
tcpdumpFilter
Required

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'

integer As int32 As int32
snaplen
Required

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

array of string
pkts
Optional

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"

string
pcap
Optional

The raw captured packet data with base64 encoding and is compressed as zip format

error
Optional

If error is set, it means that collection of Pcap info failed on this host

string
hostname
Optional

The host name