New Relic · Schema

AcceptedResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
requestId string
View JSON Schema on GitHub

JSON Schema

new-relic-trace-accepted-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "example": "500123"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AcceptedResponse"
}