New Relic · JSON Structure

New Relic Event 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/draft/2020-12/schema meta-schema.

Properties

success uuid

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Successful ingestion response",
  "name": "SuccessResponse",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the request was accepted"
    },
    "uuid": {
      "type": "string",
      "description": "Unique request identifier"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}