1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getAlertField
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
rootly logo
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq

    Using getAlertField

    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 getAlertField(args: GetAlertFieldArgs, opts?: InvokeOptions): Promise<GetAlertFieldResult>
    function getAlertFieldOutput(args: GetAlertFieldOutputArgs, opts?: InvokeOptions): Output<GetAlertFieldResult>
    def get_alert_field(created_at: Optional[Mapping[str, str]] = None,
                        kind: Optional[str] = None,
                        name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetAlertFieldResult
    def get_alert_field_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                        kind: pulumi.Input[Optional[str]] = None,
                        name: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetAlertFieldResult]
    func LookupAlertField(ctx *Context, args *LookupAlertFieldArgs, opts ...InvokeOption) (*LookupAlertFieldResult, error)
    func LookupAlertFieldOutput(ctx *Context, args *LookupAlertFieldOutputArgs, opts ...InvokeOption) LookupAlertFieldResultOutput

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

    public static class GetAlertField 
    {
        public static Task<GetAlertFieldResult> InvokeAsync(GetAlertFieldArgs args, InvokeOptions? opts = null)
        public static Output<GetAlertFieldResult> Invoke(GetAlertFieldInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAlertFieldResult> getAlertField(GetAlertFieldArgs args, InvokeOptions options)
    public static Output<GetAlertFieldResult> getAlertField(GetAlertFieldArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getAlertField:getAlertField
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Kind string
    Name string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    Kind string
    Name string
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    kind String
    name String
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    kind string
    name string
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    kind str
    name str
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    kind String
    name String

    getAlertField Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Kind string
    Name string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Id string
    The ID of this resource.
    Kind string
    Name string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    kind String
    name String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    id string
    The ID of this resource.
    kind string
    name string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    id str
    The ID of this resource.
    kind str
    name str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    kind String
    name String
    createdAt Map<String>
    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 rootly Terraform Provider.
    rootly logo
    Viewing docs for Rootly v3.3.0
    published on Thursday, May 7, 2026 by rootlyhq
      Try Pulumi Cloud free. Your team will thank you.