PktcapActionArgument (type)

{
  "id": "PktcapActionArgument", 
  "module_id": "LiveTrace", 
  "properties": {
    "dest_lport": {
      "description": "Please keep this aligned with trace_config, if you specify dest_lport at trace_config.", 
      "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": "Please keep this aligned with trace_config, if you specify dest_lport at trace_config.", 
      "readonly": true, 
      "required": false, 
      "title": "Packet filter for flows of interest in reverse direction"
    }
  }, 
  "type": "object"
}