-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_dashboards() returns empty dashboard_state and image_hash #290
Comments
|
Definitely I can use
How many dashboards cause issues with single call |
What is the use case here? As I understand if you are trying to fetch dashboard details only to create a new dashboard then you may use |
We can certainly look into sending dashboard_state and other missing details over the wire but have not yet received a use case where user may have to create/duplicate several dashboards from the existing ones. |
My use case is to make backup of all currently available dashboards which will be stored in files and exported to external storage |
get_dashboards() method returns list of dashboards where each dashboard has empty parameters which are mandatory for create_dashboard() call:
The text was updated successfully, but these errors were encountered: