New Relic · Schema
RecentEventResponseType
RecentEventResponseType schema
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform
Properties
| Name | Type | Description |
|---|---|---|
| description | string | |
| entity_group_id | integer | |
| entity_id | integer | |
| entity_type | string | |
| event_type | string | |
| id | integer | |
| incident_id | integer | |
| priority | string | |
| product | string | |
| timestamp | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-recent-event-response-type-schema.json",
"title": "RecentEventResponseType",
"description": "RecentEventResponseType schema",
"type": "object",
"properties": {
"description": {
"type": "string",
"example": "example_string"
},
"entity_group_id": {
"type": "integer",
"example": 100
},
"entity_id": {
"type": "integer",
"example": 100
},
"entity_type": {
"type": "string",
"example": "standard"
},
"event_type": {
"type": "string",
"example": "standard"
},
"id": {
"type": "integer",
"example": 100
},
"incident_id": {
"type": "integer",
"example": 100
},
"priority": {
"type": "string",
"example": "example_string"
},
"product": {
"type": "string",
"example": "example_string"
},
"timestamp": {
"type": "integer",
"example": 1718153645993
}
}
}