New Relic · Schema

NrqlBody

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
query string
since_value string
View JSON Schema on GitHub

JSON Schema

new-relic-nrql-body-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "example": "example_string"
    },
    "since_value": {
      "type": "string",
      "example": "example_string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NrqlBody"
}