{ "additionalProperties": false, "description": "The option is used to filter data on given node.", "id": "PacketCaptureOption", "module_id": "PacketCapture", "properties": { "name": { "description": "The avaiable option names in the enum can be used to filter the capture data.", "enum": [ "ETHTYPE", "MAC", "SRCMAC", "DSTMAC", "VLAN", "IP", "SRCIP", "DSTIP", "IPPROTO", "PORT", "SRCPORT", "DSTPORT", "VNI", "IPPROTO6", "IP6", "SRCIP6", "DSTIP6" ], "title": "Packet capture option name", "type": "string" }, "value": { "description": "Define the capture value according to the given capture option.", "title": "Packet capture option value", "type": "string" } }, "title": "Packet capture option", "type": "object" }