NSX-T Data Center REST API

MetricsAPIMetadata (type)

{
  "description": "The health metrics API metadata.",
  "id": "MetricsAPIMetadata",
  "module_id": "SystemHealthMetadata",
  "properties": {
    "api_path": {
      "description": "The path of the health metrics API.",
      "title": "API path",
      "type": "string"
    },
    "http_method": {
      "description": "The http method of the health metrics API.",
      "title": "Http method",
      "type": "string"
    },
    "metrics_metadata": {
      "description": "The metrics metadata list.",
      "items": {
        "$ref": "MetricMetadata"
      },
      "title": "Metrics metadata",
      "type": "array"
    }
  },
  "title": "Metrics API metadata",
  "type": "object"
}