New Relic · JSON Structure

New Relic External Service Condition Body Structure

Type: object Properties: 8
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ExternalServiceConditionBody is a JSON Structure definition published by New Relic, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

enabled entities external_service_url metric name runbook_url terms type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ExternalServiceConditionBody",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "entities": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "external_service_url": {
      "type": "string"
    },
    "metric": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "runbook_url": {
      "type": "string"
    },
    "terms": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "duration": {
            "type": "string"
          },
          "operator": {
            "type": "string"
          },
          "priority": {
            "type": "string"
          },
          "threshold": {
            "type": "string"
          },
          "time_function": {
            "type": "string"
          }
        }
      }
    },
    "type": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}