grafana-client
grafana-client copied to clipboard
Missing parentUid for create_folder
What Grafana API endpoint the library is missing?
Not an endpoint as such but a parameter on the create_folder
method to include parentUid
for those using nested folders.
Additional Info https://grafana.com/docs/grafana/latest/developers/http_api/folder/#create-folder
Hi Gonzalo, thanks for reporting. Would you be able to submit a corresponding patch to improve the situation?
sure can
There is a patch now, which has corresponding improvements.
- GH-164
Corresponding enhancements have been included in grafana-client 4.0.0. Please let us know if they improve the situation for you.
I've used 4.0+ for creating nesting folders. All the things I've tried seem to working. I think you can call this done. If a specific issue presents itself in the future, a separate issue can be reported.
Thank you again. Also closing this one.