New Relic · JSON Structure

Log Api Accepted Response Structure

Response when the payload was accepted

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

requestId

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-accepted-response-structure.json",
  "name": "AcceptedResponse",
  "description": "Response when the payload was accepted",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique identifier for the accepted ingestion request",
      "example": "500123"
    }
  }
}