Replies: 1 comment 2 replies
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
i want to download the data of my netbox installation for later analysis with a relational model. For this i prefer a python interface to REST or graphql. Poking in the pynetbox api I see nearly everything I need.
But how can I get at the data of the installed netbox plugins ?
UPDATE: data means the information which is managed by the plugin , like zones or nameservers for the netbox_dns plugin.
I am aware of
plugins.installed_plugins(), can I do anything with the results ?Beta Was this translation helpful? Give feedback.
All reactions