Datadog · JSON Structure

Datadog Logs Log Attributes Structure

The attributes of a log event returned from the search API

Type: object Properties: 8
AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

Properties

timestamp status message host service source tags 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-logs-log-attributes-structure.json",
  "name": "LogAttributes",
  "description": "The attributes of a log event returned from the search API",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when the log was generated",
      "example": "2026-04-17T12:00:00Z"
    },
    "status": {
      "type": "string",
      "description": "The log level or severity status of the event",
      "example": "OK"
    },
    "message": {
      "type": "string",
      "description": "The raw log message content",
      "example": "CPU usage is high on {{host.name}}"
    },
    "host": {
      "type": "string",
      "description": "The hostname of the machine that generated the log",
      "example": "example_value"
    },
    "service": {
      "type": "string",
      "description": "The name of the application or service that generated the log",
      "example": "example_value"
    },
    "source": {
      "type": "string",
      "description": "The technology source that generated the log (e.g., nginx, java)",
      "example": "example_value"
    },
    "tags": {
      "type": "array",
      "description": "List of tags associated with the log event in key:value format",
      "items": {
        "type": "string"
      }
    },
    "attributes": {
      "type": "object",
      "description": "Custom key-value attributes extracted from the log message",
      "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-logs-log-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 email required.

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