Dynatrace · JSON Structure

Dynatrace Entities 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/draft/2020-12/schema meta-schema.

Properties

id name

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A management zone reference.",
  "name": "ManagementZone",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the management zone."
    },
    "name": {
      "type": "string",
      "description": "The display name of the management zone."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}