New Relic · JSON Structure

Openapi Nrql Condition Response Structure

NrqlConditionResponse schema

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

NrqlConditionResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nrql_condition

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-nrql-condition-response-structure.json",
  "name": "NrqlConditionResponse",
  "description": "NrqlConditionResponse schema",
  "type": "object",
  "properties": {
    "nrql_condition": {
      "$ref": "#/components/schemas/NrqlConditionResponseType"
    }
  }
}