grafana-toolbox / grafana-client

Python client library for accessing the Grafana HTTP API.
MIT License
105 stars 30 forks source link

Dashboard Search API endpoint is incorrect #174

Closed chintal closed 6 months ago

chintal commented 6 months ago

The search.search_dashboards endpoint has incomplete / incorrect parameters.

See https://grafana.com/docs/grafana/latest/developers/http_api/folder_dashboard_search/

The following parameters are missing:

The following parameters are included but aren't supported by the current API:

Versions

amotl commented 6 months ago

Dear Chintalagiri,

thank you so much for discovering that flaw. It clearly demonstrates once again that grafana-client needs an integration test suite.

With kind regards, Andreas.

amotl commented 6 months ago

Hi again. Thank you very much for fixing this with d341a2b08d on behalf of GH-172.