New Relic · JSON Structure

New Relic Incident Links Response Structure

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/draft/2020-12/schema meta-schema.

Properties

policy_id violations

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "IncidentLinksResponse",
  "properties": {
    "policy_id": {
      "type": "integer"
    },
    "violations": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}