New Relic · Example Payload

Log Api Log Data Object Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Log Api Log Data Object 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

commonlogs

Example Payload

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