-
### NetBox version
v3.5.7 with netbox_secrets_plugin v1.8.5
### Python version
3.8
### Steps to Reproduce
1. Create a python sript as the following:
> **### _secret_key=fichero.read()
> nb = …
-
Fault in aoscx_acl module when trying to update an existing acl.
- The error occurs when setting state to "update".
- The same error occurs when setting the state to "create" on an existing acl.…
git4m updated
6 months ago
-
### pynetbox version
v7.2.0
### NetBox version
v3.0.12
### Python version
3.10
### Steps to Reproduce
1. Get an API:
```
nb = pynetbox.api(args.api_url, token=args.token)
```
2. Create a …
-
### Deployment Type
Self-hosted
### NetBox Version
v4.0.2
### Python Version
3.11
### Steps to Reproduce
Click on a front port or interface
Create a cable and connect to other in…
-
### NetBox version
v3.6.2
### Feature type
Change to existing functionality
### Proposed functionality
It could be something I'm missing, but I don't see a way to assign an ASN object t…
-
When executing module aoscx_acl from the collection, while using one or several sub-options which reference an object, the module fails with error code 400.
- src_ip_group
- dst_ip_group
- dst_l4…
git4m updated
6 months ago
-
### NetBox version
v3.4.5
### Python version
3.9
### Steps to Reproduce
using pynetbox module searching for all lo0 interfaces with a "." in them returns the "base" interface as well.
nb.ipam.…
-
### pynetbox version
v7.2.0
### NetBox version
v3.6.1
### Python version
3.11
### Steps to Reproduce
```
import pynetbox
device = nb.dcim.devices.get(1)
config = device.render_config.create(…
-
### Ansible NetBox Collection version
3.14
### Ansible version
```bash
ansible [core 2.15.4]
config file = None
configured module search path = ['/Users/rglov/.ansible/plugins/modules', '/u…
-
### NetBox version
3.5.5
### Python version
3.9
### Steps to Reproduce
awx 22.3.0
custom-awx-ee module: netbox.netbox added
I will followed the exampled based on the docs I don't if…