New Relic · JSON Structure

New Relic Log 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/draft/2020-12/schema meta-schema.

Properties

requestId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Response when the payload was accepted",
  "name": "AcceptedResponse",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique identifier for the accepted ingestion request"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}