{ "id": "TraceActionArgument", "module_id": "LiveTrace", "properties": { "dest_lport": { "description": "Please keep this aligned with pktcap_config, if you specify dest_lport at pktcap_config.", "readonly": true, "required": false, "title": "Destination logical port for bidirectional trace", "type": "string" }, "reverse_filter": { "$ref": "LiveTraceFilterData, "description": "Please keep this aligned with pktcap_config, if you specify reverse_filter at pktcap_config.", "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" }