-
Miles Hampson authored
A 412 failure from grafana prevents passing a dashboard with a slug that is already present (i.e. restoring from a backup) to createDashboard.py. Handle this by always deleting dashboards with the same name from grafana prior to POSTing the new dashboard.
Miles Hampson authoredA 412 failure from grafana prevents passing a dashboard with a slug that is already present (i.e. restoring from a backup) to createDashboard.py. Handle this by always deleting dashboards with the same name from grafana prior to POSTing the new dashboard.
dashboardApi.py 1.59 KiB