NSX-T Data Center REST API
DatapathStatsResult (type)
{ "description": "The datapath statistics action result.", "id": "DatapathStatsResult", "module_id": "LiveTrace", "properties": { "direction": { "enum": [ "FORWARD", "REVERSE" ], "readonly": true, "required": false, "title": "Direction of datapath statistics action result", "type": "string" }, "transport_node_datapath_stats": { "description": "The datapath statistics for transport nodes.", "items": { "$ref": "TransportNodeDatapathStats }, "readonly": true, "required": false, "title": "Datapath statistics for transport nodes", "type": "array" } }, "title": "Datapath statistics action result", "type": "object" }