NSX-T Data Center REST API

LiveTraceResult (type)

{
  "additionalProperties": false,
  "id": "LiveTraceResult",
  "module_id": "LiveTrace",
  "properties": {
    "counter_results": {
      "$ref": "CounterResult",
      "description": "The results of the count action.",
      "required": false,
      "title": "Count action results"
    },
    "datapath_stats_results": {
      "description": "The results of the datapath statistics action.",
      "items": {
        "$ref": "DatapathStatsResult"
      },
      "required": false,
      "title": "Datapath statistics action results",
      "type": "array"
    },
    "id": {
      "description": "The id is assigned by Livetrace and cannot be specified by user.",
      "readonly": true,
      "required": true,
      "title": "ID of a livetrace session",
      "type": "string"
    },
    "pktcap_results": {
      "items": {
        "$ref": "PktCapResult"
      },
      "required": false,
      "title": "PktCap action results",
      "type": "array"
    },
    "trace_results": {
      "items": {
        "$ref": "TraceResult"
      },
      "required": false,
      "title": "Trace action observation list results",
      "type": "array"
    }
  },
  "type": "object"
}