Viewing docs for Rootly v3.7.0
published on Wednesday, Jul 15, 2026 by rootlyhq
published on Wednesday, Jul 15, 2026 by rootlyhq
Viewing docs for Rootly v3.7.0
published on Wednesday, Jul 15, 2026 by rootlyhq
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 dictionarydata "rootly_get_escalation_path" "name" {
# arguments
}The following arguments are supported:
- Escalation
Policy stringId - Path
Type string
- Escalation
Policy stringId - Path
Type string
- escalation_
policy_ stringid - path_
type string
- escalation
Policy StringId - path
Type String
- escalation
Policy stringId - path
Type string
- escalation_
policy_ strid - path_
type str
- escalation
Policy StringId - path
Type String
getEscalationPath Result
The following output properties are available:
- Escalation
Policy stringId - Id string
- The ID of this resource.
- Path
Type string
- Escalation
Policy stringId - Id string
- The ID of this resource.
- Path
Type string
- escalation_
policy_ stringid - id string
- The ID of this resource.
- path_
type string
- escalation
Policy StringId - id String
- The ID of this resource.
- path
Type String
- escalation
Policy stringId - id string
- The ID of this resource.
- path
Type string
- escalation_
policy_ strid - id str
- The ID of this resource.
- path_
type str
- escalation
Policy StringId - id String
- The ID of this resource.
- path
Type String
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rootlyTerraform Provider.
Viewing docs for Rootly v3.7.0
published on Wednesday, Jul 15, 2026 by rootlyhq
published on Wednesday, Jul 15, 2026 by rootlyhq