Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
Example Usage
data "rootly_alert_urgency" "my-alert-urgency" {
name = "high"
}
Using getAlertUrgency
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 getAlertUrgency(args: GetAlertUrgencyArgs, opts?: InvokeOptions): Promise<GetAlertUrgencyResult>
function getAlertUrgencyOutput(args: GetAlertUrgencyOutputArgs, opts?: InvokeOptions): Output<GetAlertUrgencyResult>def get_alert_urgency(created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlertUrgencyResult
def get_alert_urgency_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlertUrgencyResult]func LookupAlertUrgency(ctx *Context, args *LookupAlertUrgencyArgs, opts ...InvokeOption) (*LookupAlertUrgencyResult, error)
func LookupAlertUrgencyOutput(ctx *Context, args *LookupAlertUrgencyOutputArgs, opts ...InvokeOption) LookupAlertUrgencyResultOutput> Note: This function is named LookupAlertUrgency in the Go SDK.
public static class GetAlertUrgency
{
public static Task<GetAlertUrgencyResult> InvokeAsync(GetAlertUrgencyArgs args, InvokeOptions? opts = null)
public static Output<GetAlertUrgencyResult> Invoke(GetAlertUrgencyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlertUrgencyResult> getAlertUrgency(GetAlertUrgencyArgs args, InvokeOptions options)
public static Output<GetAlertUrgencyResult> getAlertUrgency(GetAlertUrgencyArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getAlertUrgency:getAlertUrgency
arguments:
# arguments dictionaryThe following arguments are supported:
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
getAlertUrgency Result
The following output properties are available:
- id str
- The ID of this resource.
- name str
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
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.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
