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

dynatrace.getCalculatedServiceMetric

Explore with Pulumi AI

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

    Using getCalculatedServiceMetric

    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 getCalculatedServiceMetric(args: GetCalculatedServiceMetricArgs, opts?: InvokeOptions): Promise<GetCalculatedServiceMetricResult>
    function getCalculatedServiceMetricOutput(args: GetCalculatedServiceMetricOutputArgs, opts?: InvokeOptions): Output<GetCalculatedServiceMetricResult>
    def get_calculated_service_metric(name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetCalculatedServiceMetricResult
    def get_calculated_service_metric_output(name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetCalculatedServiceMetricResult]
    func LookupCalculatedServiceMetric(ctx *Context, args *LookupCalculatedServiceMetricArgs, opts ...InvokeOption) (*LookupCalculatedServiceMetricResult, error)
    func LookupCalculatedServiceMetricOutput(ctx *Context, args *LookupCalculatedServiceMetricOutputArgs, opts ...InvokeOption) LookupCalculatedServiceMetricResultOutput

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

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

    The following arguments are supported:

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

    getCalculatedServiceMetric 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