{ "id": "PktcapActionArgument", "module_id": "LiveTrace", "properties": { "dest_lport": { "description": "It is required only when the type of packet capture is bidirectional. Please keep this aligned with the destination logical port of trace action config when the type of trace action is bidirectional.", "readonly": true, "required": false, "title": "Destination logical port for bidirectional packet capture", "type": "string" }, "pktcap_type": { "enum": [ "UNI_DIRECTIONAL", "BI_DIRECTIONAL" ], "readonly": true, "required": true, "title": "Type of packet capture", "type": "string" }, "reverse_filter": { "$ref": "LiveTraceFilterData, "description": "It takes effect only when the type of packet capture is bidirectional. Please keep this aligned with the packet filter of reverse direction of trace action config when the type of trace action is bidirectional.", "readonly": true, "required": false, "title": "Packet filter for flows of interest in reverse direction" } }, "type": "object" }