New Relic · Schema

MetricParserResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
metric object
View JSON Schema on GitHub

JSON Schema

new-relic-metricparserresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricParserResponse",
  "title": "MetricParserResponse",
  "type": "object",
  "properties": {
    "metric": {
      "$ref": "#/components/schemas/MetricParserResponseType"
    }
  }
}