logzio 1.17.1 published on Monday, Apr 14, 2025 by logzio
logzio.getGrafanaDashboard
Explore with Pulumi AI
# Grafana Dashboard Datasource
Use this data source to access information about existing Logz.io Grafana Dashboard.
Attribute Reference
- url- Dashboard url.
- folder_uid- The unique identifier (uid) of a folder to store your dashboard.
- dashboard_json- The complete dashboard model, to create a new dashboard, in a JSON format.
Using getGrafanaDashboard
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 getGrafanaDashboard(args: GetGrafanaDashboardArgs, opts?: InvokeOptions): Promise<GetGrafanaDashboardResult>
function getGrafanaDashboardOutput(args: GetGrafanaDashboardOutputArgs, opts?: InvokeOptions): Output<GetGrafanaDashboardResult>def get_grafana_dashboard(dashboard_uid: Optional[str] = None,
                          id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetGrafanaDashboardResult
def get_grafana_dashboard_output(dashboard_uid: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetGrafanaDashboardResult]func LookupGrafanaDashboard(ctx *Context, args *LookupGrafanaDashboardArgs, opts ...InvokeOption) (*LookupGrafanaDashboardResult, error)
func LookupGrafanaDashboardOutput(ctx *Context, args *LookupGrafanaDashboardOutputArgs, opts ...InvokeOption) LookupGrafanaDashboardResultOutput> Note: This function is named LookupGrafanaDashboard in the Go SDK.
public static class GetGrafanaDashboard 
{
    public static Task<GetGrafanaDashboardResult> InvokeAsync(GetGrafanaDashboardArgs args, InvokeOptions? opts = null)
    public static Output<GetGrafanaDashboardResult> Invoke(GetGrafanaDashboardInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGrafanaDashboardResult> getGrafanaDashboard(GetGrafanaDashboardArgs args, InvokeOptions options)
public static Output<GetGrafanaDashboardResult> getGrafanaDashboard(GetGrafanaDashboardArgs args, InvokeOptions options)
fn::invoke:
  function: logzio:index/getGrafanaDashboard:getGrafanaDashboard
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DashboardUid string
- The unique identifier (uid) of the dashboard.
- Id string
- DashboardUid string
- The unique identifier (uid) of the dashboard.
- Id string
- dashboardUid String
- The unique identifier (uid) of the dashboard.
- id String
- dashboardUid string
- The unique identifier (uid) of the dashboard.
- id string
- dashboard_uid str
- The unique identifier (uid) of the dashboard.
- id str
- dashboardUid String
- The unique identifier (uid) of the dashboard.
- id String
getGrafanaDashboard Result
The following output properties are available:
- DashboardJson string
- DashboardUid string
- FolderUid string
- Id string
- Url string
- DashboardJson string
- DashboardUid string
- FolderUid string
- Id string
- Url string
- dashboardJson String
- dashboardUid String
- folderUid String
- id String
- url String
- dashboardJson string
- dashboardUid string
- folderUid string
- id string
- url string
- dashboard_json str
- dashboard_uid str
- folder_uid str
- id str
- url str
- dashboardJson String
- dashboardUid String
- folderUid String
- id String
- url String
Package Details
- Repository
- logzio logzio/terraform-provider-logzio
- License
- Notes
- This Pulumi package is based on the logzioTerraform Provider.