New Relic · Example Payload

New Relic Getalertsevents Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Getalertsevents Example is an example object payload from New Relic, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getAlertsEvents",
  "method": "GET",
  "path": "/alerts_events.json",
  "summary": "New Relic Get Alerts Events",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getalertsevents200Example",
      "example": {
        "recent_event": {
          "description": {},
          "entity_group_id": {},
          "entity_id": {},
          "entity_type": {},
          "event_type": {},
          "id": {},
          "incident_id": {},
          "priority": {},
          "product": {},
          "timestamp": {}
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Getalertsevents200Example",
      "example": {
        "recent_event": {
          "description": {},
          "entity_group_id": {},
          "entity_id": {},
          "entity_type": {},
          "event_type": {},
          "id": {},
          "incident_id": {},
          "priority": {},
          "product": {},
          "timestamp": {}
        }
      }
    }
  ]
}