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

    Example Usage

    data "rootly_webhooks_endpoint" "my-webhook-endpoint" {
      slug = "my-webhookd-endpoint"
    }
    

    Using getWebhooksEndpoint

    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 getWebhooksEndpoint(args: GetWebhooksEndpointArgs, opts?: InvokeOptions): Promise<GetWebhooksEndpointResult>
    function getWebhooksEndpointOutput(args: GetWebhooksEndpointOutputArgs, opts?: InvokeOptions): Output<GetWebhooksEndpointResult>
    def get_webhooks_endpoint(name: Optional[str] = None,
                              slug: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetWebhooksEndpointResult
    def get_webhooks_endpoint_output(name: pulumi.Input[Optional[str]] = None,
                              slug: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetWebhooksEndpointResult]
    func LookupWebhooksEndpoint(ctx *Context, args *LookupWebhooksEndpointArgs, opts ...InvokeOption) (*LookupWebhooksEndpointResult, error)
    func LookupWebhooksEndpointOutput(ctx *Context, args *LookupWebhooksEndpointOutputArgs, opts ...InvokeOption) LookupWebhooksEndpointResultOutput

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

    public static class GetWebhooksEndpoint 
    {
        public static Task<GetWebhooksEndpointResult> InvokeAsync(GetWebhooksEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetWebhooksEndpointResult> Invoke(GetWebhooksEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWebhooksEndpointResult> getWebhooksEndpoint(GetWebhooksEndpointArgs args, InvokeOptions options)
    public static Output<GetWebhooksEndpointResult> getWebhooksEndpoint(GetWebhooksEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getWebhooksEndpoint:getWebhooksEndpoint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Slug string
    Name string
    Slug string
    name String
    slug String
    name string
    slug string
    name str
    slug str
    name String
    slug String

    getWebhooksEndpoint Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Name string
    Slug string
    Id string
    The ID of this resource.
    Name string
    Slug string
    id String
    The ID of this resource.
    name String
    slug String
    id string
    The ID of this resource.
    name string
    slug string
    id str
    The ID of this resource.
    name str
    slug str
    id String
    The ID of this resource.
    name String
    slug 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.