New Relic · JSON Structure

Event Api Success Response Structure

Successful ingestion response

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

SuccessResponse is a JSON Structure definition published by New Relic, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

success uuid

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/event-api-success-response-structure.json",
  "name": "SuccessResponse",
  "description": "Successful ingestion response",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the request was accepted",
      "example": true
    },
    "uuid": {
      "type": "string",
      "description": "Unique request identifier",
      "example": "500123"
    }
  }
}