1. Packages
  2. Grafana Cloud
  3. API Docs
  4. getOncallOutgoingWebhook
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

grafana.getOncallOutgoingWebhook

Explore with Pulumi AI

grafana logo
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

    Using getOncallOutgoingWebhook

    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 getOncallOutgoingWebhook(args: GetOncallOutgoingWebhookArgs, opts?: InvokeOptions): Promise<GetOncallOutgoingWebhookResult>
    function getOncallOutgoingWebhookOutput(args: GetOncallOutgoingWebhookOutputArgs, opts?: InvokeOptions): Output<GetOncallOutgoingWebhookResult>
    def get_oncall_outgoing_webhook(name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetOncallOutgoingWebhookResult
    def get_oncall_outgoing_webhook_output(name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetOncallOutgoingWebhookResult]
    func LookupOncallOutgoingWebhook(ctx *Context, args *LookupOncallOutgoingWebhookArgs, opts ...InvokeOption) (*LookupOncallOutgoingWebhookResult, error)
    func LookupOncallOutgoingWebhookOutput(ctx *Context, args *LookupOncallOutgoingWebhookOutputArgs, opts ...InvokeOption) LookupOncallOutgoingWebhookResultOutput

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

    public static class GetOncallOutgoingWebhook 
    {
        public static Task<GetOncallOutgoingWebhookResult> InvokeAsync(GetOncallOutgoingWebhookArgs args, InvokeOptions? opts = null)
        public static Output<GetOncallOutgoingWebhookResult> Invoke(GetOncallOutgoingWebhookInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOncallOutgoingWebhookResult> getOncallOutgoingWebhook(GetOncallOutgoingWebhookArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: grafana:index/getOncallOutgoingWebhook:getOncallOutgoingWebhook
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getOncallOutgoingWebhook Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    id String
    The provider-assigned unique ID for this managed resource.
    name String

    Package Details

    Repository
    grafana pulumiverse/pulumi-grafana
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the grafana Terraform Provider.
    grafana logo
    Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse