Hi,
I’m trying to get scripted dashboard working with https://github.com/IzakMarais/reporter.
Everything is working like a charm using classic dashboard, with uid XXXX and api access : localhost:3000/api/dashboards/uid/XXXX but when it comes to scripted dashboards (instant-generated non-persitant dashboards), things turn out to be more complicated, as I get :
error fetching dashboard 4000: error obtaining dashboard from http://grafana.staged-by-discourse.com/api/dashboards/uid/4000. Got Status 404 Not Found, message: {“message”:“Dashboard not found”}
I tried for set uid in my scripted dashboard script (dashboard.uid is correctly set after this) but it did’nt worked.
UID forced setup :
dashboard = {
_ rows : [],_
_ uid : XXXX_
};
Does anyone already tried this or managed to access scripted dashboards with static uid ?
Question will be also ask on a GitHub issue for IzakMarais/reporter project.
Regards,