grafana-toolbox / grafana-client

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

Improve support for folders, by adding `parent_uid` option #164

Closed amotl closed 7 months ago

amotl commented 7 months ago

About

This patch intends to improve the situation about missing parantUid parameters on a few endpoints of the "folder" family, as reported by @grafuls on behalf of GH-160. Thanks!

Along the lines, the move_folder command also has been added, as it was missing completely.