NSX-T Data Center REST API

PolicyLiveTraceActionConfig (type)

{
  "additionalProperties": false,
  "id": "PolicyLiveTraceActionConfig",
  "module_id": "PolicyConnectivity",
  "properties": {
    "counter_config": {
      "$ref": "LiveTracePacketGranularActionConfig",
      "required": false,
      "title": "Configuration of count action"
    },
    "datapath_stats_config": {
      "$ref": "LiveTracePacketGranularActionConfig",
      "description": "Configuration of datapath statistics action, which can be enabled only when other actions are disabled.",
      "required": false,
      "title": "Configuration of datapath statistics action"
    },
    "pktcap_config": {
      "$ref": "LiveTracePacketGranularActionConfig",
      "required": false,
      "title": "Configuration of packet capture action"
    },
    "trace_config": {
      "$ref": "LiveTracePacketGranularActionConfig",
      "required": false,
      "title": "Configuration of trace action"
    }
  },
  "title": "Livetrace action configuration",
  "type": "object"
}