Questions tagged [netbox]
40 questions
0
votes
1 answer
Getting started with Pynetbox
So I'm trying to get started with the Netbox API. However, so far i have been unsuccessful to even recreate simple tutorials.
I've created the API user and token.
Here is the basic object creation:
nb = pynetbox.api(url="",…

Michele
- 15
- 2
0
votes
1 answer
Issue using a variable inside api_filter with netbox.netbox.nb_lookup
I have a variable that is set from a Tower survey and I am using it to retrieve an associated IP address in netbox. I am not able to get it to match when I use square brackets and when I use {{ or ' or " everything is matched and my whole IPAM…

marky23
- 1
- 2
0
votes
1 answer
sec_fact gives me the last match
I'm pulling the facts from Juniper devices and pushing that information to NetBox.
Below is my playbook, basically set_fact gives me the last result and then the netbox play sends the same result to all my interfaces, and that's not what I want.
-…

hrv231
- 25
- 4
0
votes
1 answer
NetBox plugin installation for development
I want do develop a plugin for netbox. I installed netbox on my machine and now I have to install the plugin, which is pretty blank at the moment(similar to the one from the netbox docs). For Basic information on how to install a plugin or develop…

Skeltar
- 25
- 1
- 8
0
votes
0 answers
Netbox Ansible VLAN Assignments
I am currently using the netbox ansible module to pull interface information from Cisco devices into Netbox. So far I have managed to pull in the interfaces and basic information like their MAC addresses.
Is there a way that you can get the untagged…

Nick Carlton
- 35
- 1
- 4
0
votes
1 answer
Netbox Management IP Address
I have installed netbox on an Ubuntu Server.
I have tested the netbox out using this command
python3 manage.py runserver 0.0.0.0:8000 --insecure
This works and I have left it running as a task in the background for now.
It's not a permanent…
0
votes
3 answers
How to interact with NetBox API using python
I am trying to interact with NetBox by using python from CentOS. What I have done is that I installed netbox with docker , so everytime I run "docker-compose up" from centOS I am able to access netbox api in my browser. I managed to add manually…

Xenia Ioannidou
- 67
- 1
- 1
- 8
-1
votes
2 answers
Netbox Docker - Services.netbox-housekeeping.depends_on contains an invalid type, it should be an array
OS: Debian Bullseye
Docker Version: 20.10.5+dfsg1, build 55c4c88
Docker-Compose Version: 1.25.0, build unknown
Docker-Py Version: 4.1.0
CPython Version: 3.9.2
OpenSSL Version: 1.1.1n 15 Mar 2022
Attempting to set up Netbox using Docker Compose and…

J-B02
- 1
- 1
-1
votes
2 answers
About the database used by netbox
Is the database used by netbox PostgreSQL?
Our virtual machine base information is stored inside netbox. We need Java to go to netbox to create VM information and to get VM information. But this does not guarantee transactivity. So we want to use…

user19774005
- 9
- 2
-2
votes
1 answer
Far Manager NetBox SFTP can't connect to the linux server
I'm trying to connect to the RedHat Linux server through Far Manager 3.0.5800.0 x64 and NetBox plugin with SFTP. But it doesn't open the session as I expect it and doesn't exposure any errors. The connection screen blinks once and disappears, get me…

Alexander Kiyanov
- 13
- 3