Dynatrace · Schema

LogRecord

A log record retrieved from the Dynatrace Grail data lakehouse. Contains the original log content plus enriched metadata added by Dynatrace during ingestion and processing.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
timestamp string The timestamp of the log record in ISO 8601 format.
content string The log message content.
severity string The severity level of the log record.
log.source string The source identifier of the log record.
dt.entity.host string The associated host entity ID.
additionalFields object Additional fields present in the log record beyond the standard set. Content varies based on what was ingested and how OpenPipeline processed the record.
View JSON Schema on GitHub

JSON Schema

log-monitoring-api-v2-log-record-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/log-monitoring-api-v2-log-record-schema.json",
  "title": "LogRecord",
  "description": "A log record retrieved from the Dynatrace Grail data lakehouse. Contains the original log content plus enriched metadata added by Dynatrace during ingestion and processing.",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string",
      "description": "The timestamp of the log record in ISO 8601 format.",
      "example": "example-value"
    },
    "content": {
      "type": "string",
      "description": "The log message content.",
      "example": "example-value"
    },
    "severity": {
      "type": "string",
      "description": "The severity level of the log record.",
      "example": "HIGH"
    },
    "log.source": {
      "type": "string",
      "description": "The source identifier of the log record.",
      "example": "example-value"
    },
    "dt.entity.host": {
      "type": "string",
      "description": "The associated host entity ID.",
      "example": "example-value"
    },
    "additionalFields": {
      "type": "object",
      "description": "Additional fields present in the log record beyond the standard set. Content varies based on what was ingested and how OpenPipeline processed the record.",
      "additionalProperties": true,
      "example": {}
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/log-monitoring-api-v2-log-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.