New Relic · Example Payload

New Relic Event Error Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

successerrorerrors

Example Payload

Raw ↑
{
  "success": false,
  "error": "example_string",
  "errors": [
    {
      "error": "example_string",
      "timestamp": "example_string"
    }
  ]
}