Viewing docs for Dynatrace v0.36.0
published on Tuesday, Jun 9, 2026 by Pulumiverse
published on Tuesday, Jun 9, 2026 by Pulumiverse
Viewing docs for Dynatrace v0.36.0
published on Tuesday, Jun 9, 2026 by Pulumiverse
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 dictionarydata "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. Get Management Zones Value>
- Id string
- The provider-assigned unique ID for this managed resource.
- Values
[]Get
Management Zones Value
- 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<Get
Management Zones Value>
- id string
- The provider-assigned unique ID for this managed resource.
- values
Get
Management Zones Value[]
- id str
- The provider-assigned unique ID for this managed resource.
- values
Sequence[Get
Management Zones Value]
- 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) - 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) - 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) - 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) - 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) - 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 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) - 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
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatraceTerraform Provider.
Viewing docs for Dynatrace v0.36.0
published on Tuesday, Jun 9, 2026 by Pulumiverse
published on Tuesday, Jun 9, 2026 by Pulumiverse