New Relic · JSON Structure

Log Api Log Payload Structure

Array of log data batch objects

Type: array Properties: 0
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

LogPayload is a JSON Structure definition published by New Relic. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/log-api-log-payload-structure.json",
  "name": "LogPayload",
  "description": "Array of log data batch objects",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/LogDataObject"
  }
}