1. Packages
  2. Packages
  3. Dynatrace
  4. API Docs
  5. getManagementZones
Viewing docs for Dynatrace v0.36.0
published on Tuesday, Jun 9, 2026 by Pulumiverse
dynatrace logo
Viewing docs for Dynatrace v0.36.0
published on Tuesday, Jun 9, 2026 by Pulumiverse

    The management zones data source allows retrieval of all management zones.

    Using getManagementZones

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementZones(opts?: InvokeOptions): Promise<GetManagementZonesResult>
    function getManagementZonesOutput(opts?: InvokeOptions): Output<GetManagementZonesResult>
    def get_management_zones(opts: Optional[InvokeOptions] = None) -> GetManagementZonesResult
    def get_management_zones_output(opts: Optional[InvokeOptions] = None) -> Output[GetManagementZonesResult]
    func GetManagementZones(ctx *Context, opts ...InvokeOption) (*GetManagementZonesResult, error)
    func GetManagementZonesOutput(ctx *Context, opts ...InvokeOption) GetManagementZonesResultOutput

    > Note: This function is named GetManagementZones in the Go SDK.

    public static class GetManagementZones 
    {
        public static Task<GetManagementZonesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetManagementZonesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementZonesResult> getManagementZones(InvokeOptions options)
    public static Output<GetManagementZonesResult> getManagementZones(InvokeOptions options)
    
    fn::invoke:
      function: dynatrace:index/getManagementZones:getManagementZones
      arguments:
        # arguments dictionary
    data "dynatrace_getmanagementzones" "name" {
        # arguments
    }

    getManagementZones Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Values List<Pulumiverse.Dynatrace.Outputs.GetManagementZonesValue>
    Id string
    The provider-assigned unique ID for this managed resource.
    Values []GetManagementZonesValue
    id string
    The provider-assigned unique ID for this managed resource.
    values list(object)
    id String
    The provider-assigned unique ID for this managed resource.
    values List<GetManagementZonesValue>
    id string
    The provider-assigned unique ID for this managed resource.
    values GetManagementZonesValue[]
    id str
    The provider-assigned unique ID for this managed resource.
    values Sequence[GetManagementZonesValue]
    id String
    The provider-assigned unique ID for this managed resource.
    values List<Property Map>

    Supporting Types

    GetManagementZonesValue

    Description string
    The description of the Management Zone
    Id string
    The ID of the Management Zone when referred to as a Settings 2.0 resource (e.g. from within dynatrace.SlackNotification)
    LegacyId string
    The ID of the Management Zone when referred to as a Configuration API resource (e.g. from within dynatrace.Notification)
    Name string
    The name of the Management Zone
    Description string
    The description of the Management Zone
    Id string
    The ID of the Management Zone when referred to as a Settings 2.0 resource (e.g. from within dynatrace.SlackNotification)
    LegacyId string
    The ID of the Management Zone when referred to as a Configuration API resource (e.g. from within dynatrace.Notification)
    Name string
    The name of the Management Zone
    description string
    The description of the Management Zone
    id string
    The ID of the Management Zone when referred to as a Settings 2.0 resource (e.g. from within dynatrace.SlackNotification)
    legacy_id string
    The ID of the Management Zone when referred to as a Configuration API resource (e.g. from within dynatrace.Notification)
    name string
    The name of the Management Zone
    description String
    The description of the Management Zone
    id String
    The ID of the Management Zone when referred to as a Settings 2.0 resource (e.g. from within dynatrace.SlackNotification)
    legacyId String
    The ID of the Management Zone when referred to as a Configuration API resource (e.g. from within dynatrace.Notification)
    name String
    The name of the Management Zone
    description string
    The description of the Management Zone
    id string
    The ID of the Management Zone when referred to as a Settings 2.0 resource (e.g. from within dynatrace.SlackNotification)
    legacyId string
    The ID of the Management Zone when referred to as a Configuration API resource (e.g. from within dynatrace.Notification)
    name string
    The name of the Management Zone
    description str
    The description of the Management Zone
    id str
    The ID of the Management Zone when referred to as a Settings 2.0 resource (e.g. from within dynatrace.SlackNotification)
    legacy_id str
    The ID of the Management Zone when referred to as a Configuration API resource (e.g. from within dynatrace.Notification)
    name str
    The name of the Management Zone
    description String
    The description of the Management Zone
    id String
    The ID of the Management Zone when referred to as a Settings 2.0 resource (e.g. from within dynatrace.SlackNotification)
    legacyId String
    The ID of the Management Zone when referred to as a Configuration API resource (e.g. from within dynatrace.Notification)
    name String
    The name of the Management Zone

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Viewing docs for Dynatrace v0.36.0
    published on Tuesday, Jun 9, 2026 by Pulumiverse

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial