New Relic · Schema

NrqlConditionResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
nrql_condition object
View JSON Schema on GitHub

JSON Schema

new-relic-nrqlconditionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NrqlConditionResponse",
  "title": "NrqlConditionResponse",
  "type": "object",
  "properties": {
    "nrql_condition": {
      "$ref": "#/components/schemas/NrqlConditionResponseType"
    }
  }
}