Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Suggestion for Improvement "get_dashboard_by_name" #91

Open
luixx opened this issue Feb 1, 2022 · 1 comment
Open

Suggestion for Improvement "get_dashboard_by_name" #91

luixx opened this issue Feb 1, 2022 · 1 comment

Comments

@luixx
Copy link

luixx commented Feb 1, 2022

Is there a possibilty you could add the following code to the next release please?

def get_dashboard_by_name(self, dashboard_name):
        """

        :param dashboard_name:
        :return:
        """
        get_dashboard_path = "/dashboards/db/%s" % dashboard_name
        r = self.api.GET(get_dashboard_path)
        return r
@amotl
Copy link

amotl commented Feb 6, 2022

Dear @luixx,

thank you for your suggestion. We recently forked this repository to 1, see #88. Can you imagine submitting a pull request there in order to bring your improvement into the subsequent release?

With kind regards,
Andreas.

Footnotes

  1. https://github.com/panodata/grafana-client

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants