1. Packages
  2. Coralogix Provider
  3. API Docs
  4. getDashboardsFolder
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix

coralogix.getDashboardsFolder

Explore with Pulumi AI

coralogix logo
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix

    Using getDashboardsFolder

    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 getDashboardsFolder(args: GetDashboardsFolderArgs, opts?: InvokeOptions): Promise<GetDashboardsFolderResult>
    function getDashboardsFolderOutput(args: GetDashboardsFolderOutputArgs, opts?: InvokeOptions): Output<GetDashboardsFolderResult>
    def get_dashboards_folder(id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetDashboardsFolderResult
    def get_dashboards_folder_output(id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetDashboardsFolderResult]
    func LookupDashboardsFolder(ctx *Context, args *LookupDashboardsFolderArgs, opts ...InvokeOption) (*LookupDashboardsFolderResult, error)
    func LookupDashboardsFolderOutput(ctx *Context, args *LookupDashboardsFolderOutputArgs, opts ...InvokeOption) LookupDashboardsFolderResultOutput

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

    public static class GetDashboardsFolder 
    {
        public static Task<GetDashboardsFolderResult> InvokeAsync(GetDashboardsFolderArgs args, InvokeOptions? opts = null)
        public static Output<GetDashboardsFolderResult> Invoke(GetDashboardsFolderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDashboardsFolderResult> getDashboardsFolder(GetDashboardsFolderArgs args, InvokeOptions options)
    public static Output<GetDashboardsFolderResult> getDashboardsFolder(GetDashboardsFolderArgs args, InvokeOptions options)
    
    fn::invoke:
      function: coralogix:index/getDashboardsFolder:getDashboardsFolder
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Unique identifier for the folder.
    Id string
    Unique identifier for the folder.
    id String
    Unique identifier for the folder.
    id string
    Unique identifier for the folder.
    id str
    Unique identifier for the folder.
    id String
    Unique identifier for the folder.

    getDashboardsFolder Result

    The following output properties are available:

    Id string
    Unique identifier for the folder.
    Name string
    Display name of the folder.
    ParentId string
    Parent folder id.
    Id string
    Unique identifier for the folder.
    Name string
    Display name of the folder.
    ParentId string
    Parent folder id.
    id String
    Unique identifier for the folder.
    name String
    Display name of the folder.
    parentId String
    Parent folder id.
    id string
    Unique identifier for the folder.
    name string
    Display name of the folder.
    parentId string
    Parent folder id.
    id str
    Unique identifier for the folder.
    name str
    Display name of the folder.
    parent_id str
    Parent folder id.
    id String
    Unique identifier for the folder.
    name String
    Display name of the folder.
    parentId String
    Parent folder id.

    Package Details

    Repository
    coralogix coralogix/terraform-provider-coralogix
    License
    Notes
    This Pulumi package is based on the coralogix Terraform Provider.
    coralogix logo
    coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix