VsanVsanClusterPcapResult

VsanVsanClusterPcapResult
VsanVsanClusterPcapResult

The Pcap result for the vSAN cluster multicast connectivity test

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "pkts": [
        "string"
    ],
    "groups": [
        {
            "_typeName": "string",
            "master": "string",
            "members": [
                "string"
            ]
        }
    ],
    "issues": [
        "string"
    ],
    "hostResults": [
        {
            "_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"
        }
    ]
}
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"

groups
Optional

The Pcap group result

array of string
issues
Optional

The issue list contains the potential mutlicast communication issue between two communication entities with plain string format"

hostResults
Optional

Per host result for the vSAN multicast connectivity test