New Relic · Schema

IncidentResponseType

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
closed_at integer
id integer
incident_preference integer
links object
opened_at integer
View JSON Schema on GitHub

JSON Schema

new-relic-incidentresponsetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IncidentResponseType",
  "title": "IncidentResponseType",
  "type": "object",
  "properties": {
    "closed_at": {
      "type": "integer",
      "example": 100
    },
    "id": {
      "type": "integer",
      "example": 100
    },
    "incident_preference": {
      "type": "integer",
      "example": 100
    },
    "links": {
      "$ref": "#/components/schemas/IncidentLinksResponse"
    },
    "opened_at": {
      "type": "integer",
      "example": 100
    }
  }
}