NSX-T Data Center REST API

AdfMetricsItem (type)

{
  "additionalProperties": false, 
  "id": "AdfMetricsItem", 
  "properties": {
    "id": {
      "description": "Identifier of the metrics (core id or port name)", 
      "title": "Metrics ID", 
      "type": "string"
    }, 
    "label": {
      "description": "Human-readable label for the metrics (e.g., \"Core 0 (DPDK)\", \"fp-eth0\")", 
      "title": "Display Label", 
      "type": "string"
    }, 
    "type": {
      "description": "Type of metrics (dpdk_core, non_dpdk_core, port)", 
      "title": "Metrics Type", 
      "type": "string"
    }
  }, 
  "title": "A metrics item with type, id, and label", 
  "type": "object"
}