Hi @cterp ,
There is no API support for taking screenshots right now. If you click the share
button on a panel or a dashboard, you will have the ability to save an image.
Here is a link to some related documentation on the direct link rendering option
And here is a community answer for programmatically saving images using curl
:
I have a visual in grafana. I can manually go to the menu on the panel of grafana click share -> snapshot -> rendering and export the snapshot and then I can curl it using snapshot url. This works great. Is there a way I can script that in python?. Is there some api I can hit that will return png/jpg images from the graph panel of grafana dashboard?
I was googling around and it looks like there isn’t any way to gererate png/jpg images from the grafana dashboard periodically. if there is a way o…