Datadog · JSON Structure

Datadog Events Event Attributes Structure

The attributes of an event returned from the Events Explorer

Type: object Properties: 11
AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

Properties

title message timestamp priority host tags alert_type aggregation_key source_type_name status attributes

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-events-event-attributes-structure.json",
  "name": "EventAttributes",
  "description": "The attributes of an event returned from the Events Explorer",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "The event title as displayed in the Events Explorer",
      "example": "Example Monitor"
    },
    "message": {
      "type": "string",
      "description": "The event body text containing details about the event",
      "example": "CPU usage is high on {{host.name}}"
    },
    "timestamp": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when the event was recorded",
      "example": "2026-04-17T12:00:00Z"
    },
    "priority": {
      "type": "string",
      "description": "The event priority level",
      "enum": [
        "normal",
        "low"
      ],
      "example": "normal"
    },
    "host": {
      "type": "string",
      "description": "The hostname associated with this event",
      "example": "example_value"
    },
    "tags": {
      "type": "array",
      "description": "List of tags associated with the event in key:value format",
      "items": {
        "type": "string"
      }
    },
    "alert_type": {
      "type": "string",
      "description": "The alert type category for visual display",
      "enum": [
        "error",
        "warning",
        "info",
        "success",
        "user_update",
        "recommendation",
        "snapshot"
      ],
      "example": "error"
    },
    "aggregation_key": {
      "type": "string",
      "description": "The arbitrary string used to group related events into a rollup",
      "example": "example_value"
    },
    "source_type_name": {
      "type": "string",
      "description": "The source technology or integration that generated this event",
      "example": "Example Monitor"
    },
    "status": {
      "type": "string",
      "description": "The event status (active or expired)",
      "example": "OK"
    },
    "attributes": {
      "type": "object",
      "description": "Custom key-value attributes associated with the event",
      "additionalProperties": true
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/datadog-events-event-attributes-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.