NSX-T Data Center REST API
PktcapActionArgument (type)
{ "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 count action and trace action config when the type of count action 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 count action and trace action config when the type of count action and trace action is bidirectional.", "readonly": true, "required": false, "title": "Packet filter for flows of interest in reverse direction" } }, "type": "object" }