New Relic · JSON Structure

Openapi Metric Data Response Type Structure

MetricDataResponseType schema

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

MetricDataResponseType is a JSON Structure definition published by New Relic, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

from metrics metrics_found metrics_not_found to

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-metric-data-response-type-structure.json",
  "name": "MetricDataResponseType",
  "description": "MetricDataResponseType schema",
  "type": "object",
  "properties": {
    "from": {
      "type": "datetime",
      "example": "2026-04-18T14:30:00Z"
    },
    "metrics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MetricResponse"
      },
      "example": [
        {
          "name": "example-resource-01",
          "timeslices": [
            {}
          ]
        }
      ]
    },
    "metrics_found": {
      "type": "string",
      "example": "example_string"
    },
    "metrics_not_found": {
      "type": "string",
      "example": "example_string"
    },
    "to": {
      "type": "datetime",
      "example": "2026-04-18T14:30:00Z"
    }
  }
}