grafana_api_sdk
grafana_api_sdk copied to clipboard
The repository includes a Python SDK for the Grafana API
In a few locations in the alerting.py code, for instance here (there may be more I did not check) https://github.com/ZPascal/grafana_api_sdk/blob/main/grafana_api/alerting.py#L99-L101 and https://github.com/ZPascal/grafana_api_sdk/blob/main/grafana_api/alerting.py#L164-L166 the return object from the api_call is checked...
**Issue:** https://github.com/ZPascal/grafana_api_sdk/actions/runs/10236290334/job/28318169966?pr=97#step:6:41 https://github.com/ZPascal/grafana_api_sdk/actions/runs/10236290334/job/28318170033?pr=97#step:5:11
Hi, I found an issue with the current return type from search_users. It is returning a dict and not a list. Additionally pages should be "page" as this refers to...
First of all, thank you for working on this SDK! I am quite a novice when it comes to Python (and to working with REST APIs), and am having a...
Hi, it seems that I am unable to create a dashboard because the `get_folder_id_by_dashboard_path()` function is not finding the folder. It appears that the ` get_all_folder_ids_and_names()` function returns an empty...
Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.53 to 1.1.54. Release notes Sourced from MishaKav/pytest-coverage-comment's releases. v1.1.54 What's Changed Improvements by @MishaKav in MishaKav/pytest-coverage-comment#206 add support for new format for pytest-coverage-path, basically it add...
fix: #122
Migrate the [setup.py](https://github.com/ZPascal/grafana_api_sdk/blob/main/setup.py) to pyproject.toml
dashboard_data = dashboard.get_dashboard_by_uid(dashboard_uid) Get the panel strcuture. How to get the panel data?