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