New Relic · JSON Structure

Openapi Incident Links Response Structure

IncidentLinksResponse schema

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

IncidentLinksResponse is a JSON Structure definition published by New Relic, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

policy_id violations

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-incident-links-response-structure.json",
  "name": "IncidentLinksResponse",
  "description": "IncidentLinksResponse schema",
  "type": "object",
  "properties": {
    "policy_id": {
      "type": "int32",
      "example": 100
    },
    "violations": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    }
  }
}