New Relic · Example Payload

New Relic Trace Error Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

requestIderror

Example Payload

Raw ↑
{
  "requestId": "500123",
  "error": {
    "type": "standard",
    "message": "Operation completed successfully"
  }
}