Logz.io · Arazzo Workflow
Logz.io Grafana Dashboard In New Folder
Version 1.0.0
Create a Grafana folder, save a dashboard into it, and read it back by uid.
View Spec
View on GitHub
ObservabilityLoggingMetricsTracingSIEMELKElasticsearchOpenSearchPrometheusGrafanaOpenTelemetryAIOpsCloud ObservabilityManaged ELKCost ManagementArazzoWorkflows
Provider
Workflows
dashboard-in-folder
Create a folder, create a dashboard in it, and fetch the dashboard.
Creates a Grafana folder, saves a dashboard into that folder, and retrieves the dashboard by uid.
1
createFolder
createNewGrafanaFolder
Create a Grafana folder to hold the new dashboard, capturing the folder id and uid.
2
createDashboard
createDashboard
Save a new dashboard into the folder created above. The dashboard id is null so a new dashboard is created, and folderUid targets the new folder.
3
getDashboard
getDashboarById
Retrieve the saved dashboard by its uid to confirm it persisted in the new folder.