New Relic · JSON Structure

Openapi Recent Event Response Type Structure

RecentEventResponseType schema

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/meta/core/v0/# 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/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-recent-event-response-type-structure.json",
  "name": "RecentEventResponseType",
  "description": "RecentEventResponseType schema",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "example": "example_string"
    },
    "entity_group_id": {
      "type": "int32",
      "example": 100
    },
    "entity_id": {
      "type": "int32",
      "example": 100
    },
    "entity_type": {
      "type": "string",
      "example": "standard"
    },
    "event_type": {
      "type": "string",
      "example": "standard"
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "incident_id": {
      "type": "int32",
      "example": 100
    },
    "priority": {
      "type": "string",
      "example": "example_string"
    },
    "product": {
      "type": "string",
      "example": "example_string"
    },
    "timestamp": {
      "type": "int32",
      "example": 1718153645993
    }
  }
}