netbox ipam python module doesnot work #13479
Replies: 2 comments 17 replies
-
And what module is that exactly? It's not part of Netbox, that's for sure:
Is this some code you've written yourself, or some third-party library you're using? Is it a component of this "python script to scan and add ip addresses to netbox"? Is it some random script you found on the Internet? Very likely it's broken, or worked with an old version of Netbox but not a new one.
http://www.catb.org/~esr/faqs/smart-questions.html#idm368 You need to be more specific: show the code you're running that "does not work", explain what you think it should be doing, and explain what it does instead (including showing the full, complete error message and/or backtrace, if any, copy-pasted verbatim) Netbox supports many different forms of external integration, so you also need to be clear what you're using (e.g. the REST API directly, the REST API via some front-end library like pynetbox, the GraphQL API, the Django ORM directly, the Django ORM from a Custom Script or Plugin, etc) Include information about the versions of all key software you are using, including most importantly Netbox itself, and Python. |
Beta Was this translation helpful? Give feedback.
-
yes i rasied there as well in the last week but no replies was received. hence i am asking here.I was using the version v3.2.5 before it worked, but now doesnot work. So i upgraded the netbox and tried to use the same code there and realized that the module is broken. you can find the code here if you would like to test N |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Anyone uses automatic scan of networks and importing ip address to netbox using python? I am trying some python script to scan and add ip addresses to netbox. But the python module netbox.ipam.create_ip_address - doesnot work anymore. Any suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions