Datadog · Schema

IntakePayloadAccepted

Response indicating the metric payload was accepted for processing

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Properties

Name Type Description
errors array List of any non-fatal errors encountered when processing the payload
View JSON Schema on GitHub

JSON Schema

datadog-metrics-intake-payload-accepted-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-schema/datadog-metrics-intake-payload-accepted-schema.json",
  "title": "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"
      }
    }
  }
}