New Relic · Schema

ExternalServiceConditionResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
external_service_condition object
View JSON Schema on GitHub

JSON Schema

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