New Relic · Schema

MetricListResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
metrics array
View JSON Schema on GitHub

JSON Schema

new-relic-metriclistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricListResponse",
  "title": "MetricListResponse",
  "type": "object",
  "properties": {
    "metrics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MetricParserResponseType"
      },
      "example": [
        {
          "name": "example-resource-01",
          "values": [
            {}
          ]
        }
      ]
    }
  }
}