New Relic · JSON Structure

New Relic Synthetics Condition Body Structure

Type: object Properties: 4
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

enabled monitor_id name runbook_url

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

JSON Structure

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