NSX-T Data Center REST API

DatapathModuleCounter (type)

{
  "description": "The counter of the datapath module.",
  "id": "DatapathModuleCounter",
  "module_id": "LiveTrace",
  "properties": {
    "counter_name": {
      "description": "The name of the counter.",
      "readonly": true,
      "required": true,
      "title": "The name of the counter",
      "type": "string"
    },
    "counter_value": {
      "description": "The value of the counter.",
      "readonly": true,
      "required": true,
      "title": "The value of the counter",
      "type": "integer"
    }
  },
  "title": "The counter of the datapath module",
  "type": "object"
}