NSX-T Data Center REST API

TraceActionArgument (type)

{
  "id": "TraceActionArgument", 
  "module_id": "LiveTrace", 
  "properties": {
    "dest_ipsec_vpn_config": {
      "$ref": "LiveTraceIpsecVpnConfig, 
      "description": "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.", 
      "readonly": true, 
      "required": false, 
      "title": "IPSec VPN configuration for the reverse direction of a livetrace session."
    }, 
    "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 count action and packet capture action config when the type of count action and 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 count action and packet capture action config when the type of count action and 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"
}