New Relic · JSON Structure

New Relic Recent Event Response Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

recent_event

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "RecentEventResponse",
  "properties": {
    "recent_event": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "entity_group_id": {
          "type": "integer"
        },
        "entity_id": {
          "type": "integer"
        },
        "entity_type": {
          "type": "string"
        },
        "event_type": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "incident_id": {
          "type": "integer"
        },
        "priority": {
          "type": "string"
        },
        "product": {
          "type": "string"
        },
        "timestamp": {
          "type": "integer"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}