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

new-relic-acceptedresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AcceptedResponse",
  "title": "AcceptedResponse",
  "type": "object",
  "description": "Response when the payload was accepted",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique identifier for the accepted ingestion request",
      "example": "500123"
    }
  }
}