New Relic · JSON Structure

New Relic Recent Event Response Type Structure

Type: object Properties: 10
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

description entity_group_id entity_id entity_type event_type id incident_id priority product timestamp

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "RecentEventResponseType",
  "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"
}