New Relic · JSON Structure

New Relic Synthetics Condition Response Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

synthetics_condition

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SyntheticsConditionResponse",
  "properties": {
    "synthetics_condition": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "id": {
          "type": "integer"
        },
        "monitor_id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "runbook_url": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}