Dynatrace · JSON Structure

Dynatrace Log Monitoring V2 Log Export Result Structure

The result of a log export operation, containing a page of records.

Type: object Properties: 2
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

LogExportResult is a JSON Structure definition published by Dynatrace, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

nextSliceKey results

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "The result of a log export operation, containing a page of records.",
  "name": "LogExportResult",
  "properties": {
    "nextSliceKey": {
      "type": "string",
      "description": "Cursor for the next page of export results."
    },
    "results": {
      "type": "array",
      "description": "The list of exported log records on this page.",
      "items": {
        "type": "object",
        "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.",
        "properties": {
          "timestamp": {
            "type": "string",
            "description": "The timestamp of the log record in ISO 8601 format."
          },
          "content": {
            "type": "string",
            "description": "The log message content."
          },
          "severity": {
            "type": "string",
            "description": "The severity level of the log record."
          },
          "log.source": {
            "type": "string",
            "description": "The source identifier of the log record."
          },
          "dt.entity.host": {
            "type": "string",
            "description": "The associated host entity ID."
          },
          "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."
          }
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}

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/dynatrace-log-monitoring-v2-log-export-result-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.