New Relic · Schema

ExternalServiceCondition

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
external_service_condition object
View JSON Schema on GitHub

JSON Schema

new-relic-externalservicecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExternalServiceCondition",
  "title": "ExternalServiceCondition",
  "type": "object",
  "properties": {
    "external_service_condition": {
      "$ref": "#/components/schemas/ExternalServiceConditionBody"
    }
  }
}