1. Packages
  2. Grafana Cloud
  3. API Docs
  4. getOncallEscalationChain
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

grafana.getOncallEscalationChain

Explore with Pulumi AI

grafana logo
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

    Using getOncallEscalationChain

    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 getOncallEscalationChain(args: GetOncallEscalationChainArgs, opts?: InvokeOptions): Promise<GetOncallEscalationChainResult>
    function getOncallEscalationChainOutput(args: GetOncallEscalationChainOutputArgs, opts?: InvokeOptions): Output<GetOncallEscalationChainResult>
    def get_oncall_escalation_chain(name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetOncallEscalationChainResult
    def get_oncall_escalation_chain_output(name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetOncallEscalationChainResult]
    func LookupOncallEscalationChain(ctx *Context, args *LookupOncallEscalationChainArgs, opts ...InvokeOption) (*LookupOncallEscalationChainResult, error)
    func LookupOncallEscalationChainOutput(ctx *Context, args *LookupOncallEscalationChainOutputArgs, opts ...InvokeOption) LookupOncallEscalationChainResultOutput

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

    public static class GetOncallEscalationChain 
    {
        public static Task<GetOncallEscalationChainResult> InvokeAsync(GetOncallEscalationChainArgs args, InvokeOptions? opts = null)
        public static Output<GetOncallEscalationChainResult> Invoke(GetOncallEscalationChainInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOncallEscalationChainResult> getOncallEscalationChain(GetOncallEscalationChainArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: grafana:index/getOncallEscalationChain:getOncallEscalationChain
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getOncallEscalationChain 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
    grafana pulumiverse/pulumi-grafana
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the grafana Terraform Provider.
    grafana logo
    Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse