Actions
Create Dashboard
Creates a new dashboard or updates an existing dashboard. When updating existing dashboards, if you do not define the folderId or the folderUid property, then the dashboard(s) are moved to the General folder. (You need to define only one property, not both).
Parameters
Parameter | Description |
---|---|
Commit Message | Set a commit message for the version history. |
Dashboard Refresh Interval | Set the dashboard refresh interval. If this is lower than the minimum refresh interval, then Grafana will ignore it and will enforce the minimum refresh interval. |
Dashboard Schema Version | The schema version number of the dashboard. |
Dashboard Tags | List of tags, separated by commas. |
Dashboard Timezone | The timezone used for displaying time-series data within the dashboard. |
Dashboard Title | The main display name for the dashboard that will appear in the Grafana UI. |
Dashboard Unique ID | Optional unique identifier when creating a dashboard. uid = null will generate a new uid. |
Dashboard Version | The version number of the dashboard. This is often used when updating dashboards to specify which version is being modified, or to track changes in the dashboard’s history. |
Folder Unique ID | The UID of the folder to save the dashboard in. Overrides the folderId. When updating existing dashboards, if you do not define the folderId or the folderUid property, then the dashboard(s) are moved to the General folder. (You need to define only one property, not both). |
Example Output
Workflow Library Example
Create Dashboard with Grafana and Send Results Via Email
Preview this Workflow on desktop