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

grafana.getOncallAction

Explore with Pulumi AI

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

    Using getOncallAction

    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 getOncallAction(args: GetOncallActionArgs, opts?: InvokeOptions): Promise<GetOncallActionResult>
    function getOncallActionOutput(args: GetOncallActionOutputArgs, opts?: InvokeOptions): Output<GetOncallActionResult>
    def get_oncall_action(name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetOncallActionResult
    def get_oncall_action_output(name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetOncallActionResult]
    func GetOncallAction(ctx *Context, args *GetOncallActionArgs, opts ...InvokeOption) (*GetOncallActionResult, error)
    func GetOncallActionOutput(ctx *Context, args *GetOncallActionOutputArgs, opts ...InvokeOption) GetOncallActionResultOutput

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

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

    The following arguments are supported:

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

    getOncallAction 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