Grafana · Arazzo Workflow
Grafana Publish a Public Dashboard
Version 1.0.0
Make a dashboard publicly shareable, read its access token, and query a panel as an anonymous viewer.
View Spec
View on GitHub
AlertingAnalyticsDashboardsLogsMetricsMonitoringObservabilityTracesVisualizationArazzoWorkflows
Provider
Workflows
publish-public-dashboard
Enable public sharing on a dashboard and verify the anonymous view.
Creates the public dashboard configuration, reads back its access token, and exercises the public query endpoint for a panel.
1
createPublicDashboard
createPublicDashboard
Enable public sharing on the dashboard. Everything queried by every panel becomes readable by anyone holding the resulting link, so confirm the dashboard's queries carry no tenant or user scoping before running this.
2
readPublicDashboard
getPublicDashboard
Read the public dashboard configuration back to confirm it is enabled and to capture the access token that forms the public URL.
3
verifyPublicQuery
queryPublicDashboard
Query a panel through the public endpoint using the access token, exactly as an anonymous browser would. If this returns data you did not intend to publish, disable the public dashboard before sharing the link.