NSX-T Data Center REST API
DatapathCounterResult (type)
{ "description": "The datapath counter result.", "id": "DatapathCounterResult", "module_id": "LiveTrace", "properties": { "module_counters": { "description": "The data of the datapath module counters.", "items": { "$ref": "DatapathModuleCounter }, "readonly": true, "required": true, "title": "The counters of the datapath module", "type": "array" }, "module_name": { "description": "The name of the datapath module (e.g., VDL2, VDR).", "readonly": true, "required": true, "title": "The name of the datapath module", "type": "string" } }, "title": "Datapath counter result", "type": "object" }