New Relic · Schema

NrqlCondition

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
nrql_condition object
View JSON Schema on GitHub

JSON Schema

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