New Relic · Example Payload

Log Api Log Record Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

timestampmessagelevellogtypeattributes

Example Payload

Raw ↑
{
  "timestamp": 1718153645993,
  "message": "Operation completed successfully",
  "level": "FATAL",
  "logtype": "standard",
  "attributes": {
    "customAttribute": "example_value"
  }
}