New Relic · Schema

AcceptedResponse

Response when the payload was accepted

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
requestId string Unique identifier for the accepted ingestion request
View JSON Schema on GitHub

JSON Schema

log-api-accepted-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/log-api-accepted-response-schema.json",
  "title": "AcceptedResponse",
  "description": "Response when the payload was accepted",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique identifier for the accepted ingestion request",
      "example": "500123"
    }
  }
}