NSX-T Data Center REST API

TransportNodeDatapathStats (type)

{
  "description": "Datapath statistics in a transport node.",
  "id": "TransportNodeDatapathStats",
  "module_id": "LiveTrace",
  "properties": {
    "datapath_counter_results": {
      "description": "The datapath counter results in a transport node.",
      "items": {
        "$ref": "DatapathCounterResult"
      },
      "readonly": true,
      "required": false,
      "title": "Datapath counter results in a transport node",
      "type": "array"
    },
    "transport_node_id": {
      "descirption": "The ID of transport node where the datapath statistics action is performed.\n",
      "readonly": true,
      "required": true,
      "title": "Transport node ID",
      "type": "string"
    },
    "transport_node_name": {
      "descirption": "The name of transport node where the datapath statistics action is performed.\n",
      "readonly": true,
      "required": false,
      "title": "Transport node name",
      "type": "string"
    }
  },
  "title": "Datapath statistics in a transport node",
  "type": "object"
}