1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getAlertsSource
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 getAlertsSource

    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 getAlertsSource(args: GetAlertsSourceArgs, opts?: InvokeOptions): Promise<GetAlertsSourceResult>
    function getAlertsSourceOutput(args: GetAlertsSourceOutputArgs, opts?: InvokeOptions): Output<GetAlertsSourceResult>
    def get_alerts_source(name: Optional[str] = None,
                          source_type: Optional[str] = None,
                          status: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetAlertsSourceResult
    def get_alerts_source_output(name: pulumi.Input[Optional[str]] = None,
                          source_type: pulumi.Input[Optional[str]] = None,
                          status: pulumi.Input[Optional[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetAlertsSourceResult]
    func LookupAlertsSource(ctx *Context, args *LookupAlertsSourceArgs, opts ...InvokeOption) (*LookupAlertsSourceResult, error)
    func LookupAlertsSourceOutput(ctx *Context, args *LookupAlertsSourceOutputArgs, opts ...InvokeOption) LookupAlertsSourceResultOutput

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

    public static class GetAlertsSource 
    {
        public static Task<GetAlertsSourceResult> InvokeAsync(GetAlertsSourceArgs args, InvokeOptions? opts = null)
        public static Output<GetAlertsSourceResult> Invoke(GetAlertsSourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAlertsSourceResult> getAlertsSource(GetAlertsSourceArgs args, InvokeOptions options)
    public static Output<GetAlertsSourceResult> getAlertsSource(GetAlertsSourceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getAlertsSource:getAlertsSource
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    SourceType string
    Status string
    Name string
    SourceType string
    Status string
    name String
    sourceType String
    status String
    name string
    sourceType string
    status string
    name String
    sourceType String
    status String

    getAlertsSource Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Name string
    SourceType string
    Status string
    Id string
    The ID of this resource.
    Name string
    SourceType string
    Status string
    id String
    The ID of this resource.
    name String
    sourceType String
    status String
    id string
    The ID of this resource.
    name string
    sourceType string
    status string
    id str
    The ID of this resource.
    name str
    source_type str
    status str
    id String
    The ID of this resource.
    name String
    sourceType String
    status 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.3.0
    published on Thursday, May 7, 2026 by rootlyhq
      Try Pulumi Cloud free. Your team will thank you.