New Relic · JSON Structure

New Relic Violation Links Response Structure

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

condition_id incident_id policy_id

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ViolationLinksResponse",
  "properties": {
    "condition_id": {
      "type": "integer"
    },
    "incident_id": {
      "type": "integer"
    },
    "policy_id": {
      "type": "integer"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}