Dynatrace · JSON Structure

Problems Api V2 Management Zone Structure

A management zone reference.

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

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

Properties

id name

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/problems-api-v2-management-zone-structure.json",
  "description": "A management zone reference.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the management zone.",
      "example": "abc123"
    },
    "name": {
      "type": "string",
      "description": "The display name of the management zone.",
      "example": "Production Service"
    }
  },
  "name": "ManagementZone"
}