Dynatrace · Schema

ManagementZone

A management zone reference.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
id string The unique identifier of the management zone.
name string The display name of the management zone.
View JSON Schema on GitHub

JSON Schema

dynatrace-entities-v2-management-zone-schema.json Raw ↑
{
  "type": "object",
  "description": "A management zone reference.",
  "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"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagementZone"
}