Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio
published on Thursday, Feb 19, 2026 by logzio
Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio
published on Thursday, Feb 19, 2026 by logzio
# 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:
- Dashboard
Uid string - The unique identifier (uid) of the dashboard.
- Id string
- Dashboard
Uid string - The unique identifier (uid) of the dashboard.
- Id string
- dashboard
Uid String - The unique identifier (uid) of the dashboard.
- id String
- dashboard
Uid string - The unique identifier (uid) of the dashboard.
- id string
- dashboard_
uid str - The unique identifier (uid) of the dashboard.
- id str
- dashboard
Uid String - The unique identifier (uid) of the dashboard.
- id String
getGrafanaDashboard Result
The following output properties are available:
- Dashboard
Json string - Dashboard
Uid string - Folder
Uid string - Id string
- Url string
- Dashboard
Json string - Dashboard
Uid string - Folder
Uid string - Id string
- Url string
- dashboard
Json String - dashboard
Uid String - folder
Uid String - id String
- url String
- dashboard
Json string - dashboard
Uid string - folder
Uid string - id string
- url string
- dashboard_
json str - dashboard_
uid str - folder_
uid str - id str
- url str
- dashboard
Json String - dashboard
Uid String - folder
Uid String - id String
- url String
Package Details
- Repository
- logzio logzio/terraform-provider-logzio
- License
- Notes
- This Pulumi package is based on the
logzioTerraform Provider.
Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio
published on Thursday, Feb 19, 2026 by logzio
