API PNG export option #566
Maurice-De
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
So we have the "Download PNG" button but that is client side. Depending on your own scripting skills you could use selenium to get the PNG from the "Download PNG" button. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am looking for an API export option for PNG files like the XML export function that is already in place. My use case is that I want to include the topologies in offline documentation documents and regularly update those static images with the latest data from Netbox. This helps to prevent that diagrams are made once and never being updated.
So I want to make a small script that gathers all the necessary PNG images and put it in the documentation folder so when someone opens the documentation with a reference to one of the images, they see the latest version.
So if I can make a call to an (API) URL with all the parameters like the XML export API call, but instead of the XML I get an PNG file, that would be nice.
Beta Was this translation helpful? Give feedback.
All reactions