1. Packages
  2. Logzio Provider
  3. API Docs
  4. getGrafanaFolder
logzio 1.17.1 published on Monday, Apr 14, 2025 by logzio

logzio.getGrafanaFolder

Explore with Pulumi AI

logzio logo
logzio 1.17.1 published on Monday, Apr 14, 2025 by logzio

    # Grafana Folder Datasource

    Use this data source to access information about existing Logz.io Grafana folder.

    Attribute Reference

    • uid - (String) Unique identifier for the folder.
    • folder_id - (Integer) Auto-incrementing numeric value.
    • url - (String) Url for the folder.
    • version - (Integer) Version number of the folder.

    Using getGrafanaFolder

    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 getGrafanaFolder(args: GetGrafanaFolderArgs, opts?: InvokeOptions): Promise<GetGrafanaFolderResult>
    function getGrafanaFolderOutput(args: GetGrafanaFolderOutputArgs, opts?: InvokeOptions): Output<GetGrafanaFolderResult>
    def get_grafana_folder(id: Optional[str] = None,
                           title: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetGrafanaFolderResult
    def get_grafana_folder_output(id: Optional[pulumi.Input[str]] = None,
                           title: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetGrafanaFolderResult]
    func LookupGrafanaFolder(ctx *Context, args *LookupGrafanaFolderArgs, opts ...InvokeOption) (*LookupGrafanaFolderResult, error)
    func LookupGrafanaFolderOutput(ctx *Context, args *LookupGrafanaFolderOutputArgs, opts ...InvokeOption) LookupGrafanaFolderResultOutput

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

    public static class GetGrafanaFolder 
    {
        public static Task<GetGrafanaFolderResult> InvokeAsync(GetGrafanaFolderArgs args, InvokeOptions? opts = null)
        public static Output<GetGrafanaFolderResult> Invoke(GetGrafanaFolderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGrafanaFolderResult> getGrafanaFolder(GetGrafanaFolderArgs args, InvokeOptions options)
    public static Output<GetGrafanaFolderResult> getGrafanaFolder(GetGrafanaFolderArgs args, InvokeOptions options)
    
    fn::invoke:
      function: logzio:index/getGrafanaFolder:getGrafanaFolder
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Title string
    The title of the folder.
    Id string
    Title string
    The title of the folder.
    Id string
    title String
    The title of the folder.
    id String
    title string
    The title of the folder.
    id string
    title str
    The title of the folder.
    id str
    title String
    The title of the folder.
    id String

    getGrafanaFolder Result

    The following output properties are available:

    FolderId double
    Id string
    Title string
    Uid string
    Url string
    Version double
    FolderId float64
    Id string
    Title string
    Uid string
    Url string
    Version float64
    folderId Double
    id String
    title String
    uid String
    url String
    version Double
    folderId number
    id string
    title string
    uid string
    url string
    version number
    folder_id float
    id str
    title str
    uid str
    url str
    version float
    folderId Number
    id String
    title String
    uid String
    url String
    version Number

    Package Details

    Repository
    logzio logzio/terraform-provider-logzio
    License
    Notes
    This Pulumi package is based on the logzio Terraform Provider.
    logzio logo
    logzio 1.17.1 published on Monday, Apr 14, 2025 by logzio