1. Packages
  2. Dynatrace
  3. API Docs
  4. getRequestAttribute
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.getRequestAttribute

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Using getRequestAttribute

    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 getRequestAttribute(args: GetRequestAttributeArgs, opts?: InvokeOptions): Promise<GetRequestAttributeResult>
    function getRequestAttributeOutput(args: GetRequestAttributeOutputArgs, opts?: InvokeOptions): Output<GetRequestAttributeResult>
    def get_request_attribute(name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetRequestAttributeResult
    def get_request_attribute_output(name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetRequestAttributeResult]
    func LookupRequestAttribute(ctx *Context, args *LookupRequestAttributeArgs, opts ...InvokeOption) (*LookupRequestAttributeResult, error)
    func LookupRequestAttributeOutput(ctx *Context, args *LookupRequestAttributeOutputArgs, opts ...InvokeOption) LookupRequestAttributeResultOutput

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

    public static class GetRequestAttribute 
    {
        public static Task<GetRequestAttributeResult> InvokeAsync(GetRequestAttributeArgs args, InvokeOptions? opts = null)
        public static Output<GetRequestAttributeResult> Invoke(GetRequestAttributeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRequestAttributeResult> getRequestAttribute(GetRequestAttributeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: dynatrace:index/getRequestAttribute:getRequestAttribute
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getRequestAttribute Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    id String
    The provider-assigned unique ID for this managed resource.
    name String

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs