NSX-T Data Center REST API

AdfFilterKeyResult (type)

{
  "additionalProperties": false, 
  "id": "AdfFilterKeyResult", 
  "properties": {
    "key": {
      "description": "The metric key (e.g., cpu_usage.dpdk_cpu_per_core)", 
      "title": "Metric Key", 
      "type": "string"
    }, 
    "results": {
      "description": "Array of results for this key", 
      "items": {
        "$ref": "AdfFilterResult
      }, 
      "title": "Results", 
      "type": "array"
    }, 
    "unit": {
      "description": "Unit of measurement (e.g., PER_SECOND, BYTES, PERCENT)", 
      "title": "Unit", 
      "type": "string"
    }
  }, 
  "title": "Results for a specific metric key", 
  "type": "object"
}