NSX-T Data Center REST API

LiveTraceActionConfig (type)

{
  "id": "LiveTraceActionConfig",
  "module_id": "LiveTrace",
  "properties": {
    "count_config": {
      "$ref": "CountActionConfig",
      "readonly": true,
      "required": false,
      "title": "The count action config"
    },
    "datapath_stats_config": {
      "$ref": "DatapathStatsActionConfig",
      "description": "The datapath statistics action is exclusive, which can be enabled only when other actions are disabled.",
      "readonly": true,
      "required": false,
      "title": "The datapath statistics action config"
    },
    "pktcap_config": {
      "$ref": "PktcapActionConfig",
      "readonly": true,
      "required": false,
      "title": "The packet capture action config"
    },
    "trace_config": {
      "$ref": "TraceActionConfig",
      "readonly": true,
      "required": false,
      "title": "The trace action config"
    }
  },
  "type": "object"
}