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

    The data source API endpoint has been deprecated, please use dynatrace.getEntity with entity type PROCESS_GROUP instead.

    The process group data source allows the process group ID to be retrieved by its name and optionally tags / tag-value pairs.

    • name queries for all process groups with the specified name
    • tags (optional) refers to the tags that need to be present for the process group (inclusive)

    If multiple process groups match the given criteria, the first result will be retrieved.

    Using getProcessGroup

    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 getProcessGroup(args: GetProcessGroupArgs, opts?: InvokeOptions): Promise<GetProcessGroupResult>
    function getProcessGroupOutput(args: GetProcessGroupOutputArgs, opts?: InvokeOptions): Output<GetProcessGroupResult>
    def get_process_group(name: Optional[str] = None,
                          tags: Optional[Sequence[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> GetProcessGroupResult
    def get_process_group_output(name: pulumi.Input[Optional[str]] = None,
                          tags: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetProcessGroupResult]
    func GetProcessGroup(ctx *Context, args *GetProcessGroupArgs, opts ...InvokeOption) (*GetProcessGroupResult, error)
    func GetProcessGroupOutput(ctx *Context, args *GetProcessGroupOutputArgs, opts ...InvokeOption) GetProcessGroupResultOutput

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

    public static class GetProcessGroup 
    {
        public static Task<GetProcessGroupResult> InvokeAsync(GetProcessGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetProcessGroupResult> Invoke(GetProcessGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProcessGroupResult> getProcessGroup(GetProcessGroupArgs args, InvokeOptions options)
    public static Output<GetProcessGroupResult> getProcessGroup(GetProcessGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: dynatrace:index/getProcessGroup:getProcessGroup
      arguments:
        # arguments dictionary
    data "dynatrace_getprocessgroup" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    Tags List<string>
    Required tags of the process group to find
    Name string
    Tags []string
    Required tags of the process group to find
    name string
    tags list(string)
    Required tags of the process group to find
    name String
    tags List<String>
    Required tags of the process group to find
    name string
    tags string[]
    Required tags of the process group to find
    name str
    tags Sequence[str]
    Required tags of the process group to find
    name String
    tags List<String>
    Required tags of the process group to find

    getProcessGroup Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Tags List<string>
    Required tags of the process group to find
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Tags []string
    Required tags of the process group to find
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    tags list(string)
    Required tags of the process group to find
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    tags List<String>
    Required tags of the process group to find
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    tags string[]
    Required tags of the process group to find
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    tags Sequence[str]
    Required tags of the process group to find
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    tags List<String>
    Required tags of the process group to find

    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.37.0
    published on Tuesday, Jun 23, 2026 by Pulumiverse

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial