New Relic · Example Payload

New Relic Recent Event Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Recent Event Response Example is an example object payload from New Relic, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

recent_event

Example Payload

Raw ↑
{
  "recent_event": {
    "description": "example_string",
    "entity_group_id": 100,
    "entity_id": 100,
    "entity_type": "standard",
    "event_type": "standard",
    "id": 100,
    "incident_id": 100,
    "priority": "example_string",
    "product": "example_string",
    "timestamp": 1718153645993
  }
}