New Relic · Schema

NrqlResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

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

JSON Schema

new-relic-nrqlresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NrqlResponse",
  "title": "NrqlResponse",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "example": "example_string"
    },
    "since_value": {
      "type": "string",
      "example": "example_string"
    }
  }
}