1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getEscalationPath
Viewing docs for Rootly v3.7.0
published on Wednesday, Jul 15, 2026 by rootlyhq
rootly logo
Viewing docs for Rootly v3.7.0
published on Wednesday, Jul 15, 2026 by rootlyhq

    Using getEscalationPath

    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 getEscalationPath(args: GetEscalationPathArgs, opts?: InvokeOptions): Promise<GetEscalationPathResult>
    function getEscalationPathOutput(args: GetEscalationPathOutputArgs, opts?: InvokeOptions): Output<GetEscalationPathResult>
    def get_escalation_path(escalation_policy_id: Optional[str] = None,
                            path_type: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetEscalationPathResult
    def get_escalation_path_output(escalation_policy_id: pulumi.Input[Optional[str]] = None,
                            path_type: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetEscalationPathResult]
    func LookupEscalationPath(ctx *Context, args *LookupEscalationPathArgs, opts ...InvokeOption) (*LookupEscalationPathResult, error)
    func LookupEscalationPathOutput(ctx *Context, args *LookupEscalationPathOutputArgs, opts ...InvokeOption) LookupEscalationPathResultOutput

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

    public static class GetEscalationPath 
    {
        public static Task<GetEscalationPathResult> InvokeAsync(GetEscalationPathArgs args, InvokeOptions? opts = null)
        public static Output<GetEscalationPathResult> Invoke(GetEscalationPathInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEscalationPathResult> getEscalationPath(GetEscalationPathArgs args, InvokeOptions options)
    public static Output<GetEscalationPathResult> getEscalationPath(GetEscalationPathArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getEscalationPath:getEscalationPath
      arguments:
        # arguments dictionary
    data "rootly_get_escalation_path" "name" {
        # arguments
    }

    The following arguments are supported:

    getEscalationPath Result

    The following output properties are available:

    EscalationPolicyId string
    Id string
    The ID of this resource.
    PathType string
    EscalationPolicyId string
    Id string
    The ID of this resource.
    PathType string
    escalation_policy_id string
    id string
    The ID of this resource.
    path_type string
    escalationPolicyId String
    id String
    The ID of this resource.
    pathType String
    escalationPolicyId string
    id string
    The ID of this resource.
    pathType string
    escalation_policy_id str
    id str
    The ID of this resource.
    path_type str
    escalationPolicyId String
    id String
    The ID of this resource.
    pathType String

    Package Details

    Repository
    rootly rootlyhq/pulumi-rootly
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the rootly Terraform Provider.
    rootly logo
    Viewing docs for Rootly v3.7.0
    published on Wednesday, Jul 15, 2026 by rootlyhq

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial