New Relic · JSON Structure

Openapi Incident Response Type Structure

IncidentResponseType schema

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

closed_at id incident_preference links opened_at

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-response-type-structure.json",
  "name": "IncidentResponseType",
  "description": "IncidentResponseType schema",
  "type": "object",
  "properties": {
    "closed_at": {
      "type": "int32",
      "example": 100
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "incident_preference": {
      "type": "int32",
      "example": 100
    },
    "links": {
      "$ref": "#/components/schemas/IncidentLinksResponse"
    },
    "opened_at": {
      "type": "int32",
      "example": 100
    }
  }
}