Datadog · JSON Structure

Datadog Metrics Intake Payload Accepted Structure

Response indicating the metric payload was accepted for processing

Type: object Properties: 1
AnalyticsDashboardsMonitoringPlatformT1Visualizations

IntakePayloadAccepted is a JSON Structure definition published by Datadog, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

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/datadog/refs/heads/main/json-structure/datadog-metrics-intake-payload-accepted-structure.json",
  "name": "IntakePayloadAccepted",
  "description": "Response indicating the metric payload was accepted for processing",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "description": "List of any non-fatal errors encountered when processing the payload",
      "items": {
        "type": "string"
      }
    }
  }
}