You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The benefit from using this approach is that I don't have to write POJOs for every dashboard part (I'm not sure they're all implemented in the models/) and it's way easier for big dashboards I just copy and paste.
So my question is do you like this idea, would it be merged if I make a PR?
Is there a way to create a dashboard using a JSON export of an existing one?
Just by looking at it it seems that it's the expected format http://docs.grafana.org/http_api/dashboard/#create-update-dashboard
What do you think of adding a new method to create a dashboard from a raw export instead of a created model?
The text was updated successfully, but these errors were encountered: