New Relic · Schema

SyntheticsConditionResponseType

SyntheticsConditionResponseType schema

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
enabled boolean
id integer
monitor_id string
name string
runbook_url string
View JSON Schema on GitHub

JSON Schema

openapi-synthetics-condition-response-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-synthetics-condition-response-type-schema.json",
  "title": "SyntheticsConditionResponseType",
  "description": "SyntheticsConditionResponseType schema",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true
    },
    "id": {
      "type": "integer",
      "example": 100
    },
    "monitor_id": {
      "type": "string",
      "example": "500123"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "runbook_url": {
      "type": "string",
      "example": "https://portal.example.com/path/abc123"
    }
  }
}