Dynatrace · JSON Structure

Log Monitoring Api V2 Log Aggregate Result Structure

The result of a log aggregation query.

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

LogAggregateResult is a JSON Structure definition published by Dynatrace, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

results

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/dynatrace/refs/heads/main/json-structure/log-monitoring-api-v2-log-aggregate-result-structure.json",
  "description": "The result of a log aggregation query.",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "description": "The aggregated log data grouped by the specified dimensions.",
      "items": {
        "$ref": "#/components/schemas/LogAggregateGroup"
      },
      "example": [
        {
          "groupByFields": {},
          "count": 500
        }
      ]
    }
  },
  "name": "LogAggregateResult"
}