New Relic · Schema

AcceptedResponse

Response returned when the payload was accepted

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

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

JSON Schema

metric-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/metric-api-accepted-response-schema.json",
  "title": "AcceptedResponse",
  "description": "Response returned when the payload was accepted",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique identifier for the accepted request",
      "example": "500123"
    }
  }
}