PacketCaptureOption

PacketCaptureOption
PacketCaptureOption

The option is used to filter data on given node.

JSON Example
{
    "name": "string",
    "value": "string"
}
string
name
Optional

The avaiable option names in the enum can be used to filter the capture data.

Possible values are : ETHTYPE, MAC, SRCMAC, DSTMAC, VLAN, IP, SRCIP, DSTIP, IPPROTO, PORT, SRCPORT, DSTPORT, VNI,
string
value
Optional

Define the capture value according to the given capture option.