NSX-T Data Center REST API

TraceActionArgument (schema)

Name Description Type Notes
dest_ipsec_vpn_config IPSec VPN configuration for the reverse direction of a livetrace session.

It is required only when the trace type is bidirectional. Multiple bi-directional actions in a livetrace session
should have the same IPSec VPN config specified for the reverse direction.
LiveTraceIpsecVpnConfig Readonly
dest_lport Destination logical port for bidirectional trace

It is required only when the type of trace is bidirectional. Please keep this field aligned with the
destination logical port of count action and packet capture action config when the type of count action and
packet capture action is bidirectional.
string Readonly
reverse_filter Packet filter for flows of interest in reverse direction

It takes effect only when the type of trace is bidirectional. Please keep this aligned with the packet filter
of reverse direction of count action and packet capture action config when the type of count action and
packet capture action is bidirectional.
LiveTraceFilterData
(Abstract type: pass one of the following concrete types)
FieldsFilterData
PlainFilterData
Readonly
trace_type Type of trace string Required
Readonly
Enum: UNI_DIRECTIONAL, BI_DIRECTIONAL