Skip to content
Snippets Groups Projects
  • Miles Hampson's avatar
    fba9e251
    Allow pre-existing dashboards to be updated · fba9e251
    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.
    fba9e251
    History
    Allow pre-existing dashboards to be updated
    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.
dashboardApi.py 1.59 KiB