pynetbox
pynetbox copied to clipboard
Python API client library for Netbox.
link peers on a cable termination are not cast to a specific model but are left as a generic record.
link peers on a cable termination are not cast to a specific model but are left as a generic record. The return for link_peers is somewhat different format then for...
I cannot seem to get cable filtering to work at all. I believe I should be able to do the following nb.dcim.power_ports.filter(device__status='active', cable__empty=True'). Furthermore, I suspect that power port filtering...
I've managed to get the rack elevation as a list of devices ``` rack = netbox.dcim.racks.get(21) device = rack.elevation.list() ``` and I know the REST API has the option to...
### pynetbox version v7.3.3 ### NetBox version V3.7.8 ### Python version 3.9 ### Steps to Reproduce In a plugin model, create a JSON field that is set to a lost...
### pynetbox version v7.0.1 ### NetBox version 4.0.5 ### Feature type New functionality ### Proposed functionality Is there a way to filter by object_types in custom fields? eg.  I...
### pynetbox version v7.3.3 ### NetBox version v4.0.3 ### Python version 3.11 ### Steps to Reproduce When using an automated dependency updater, requirement that pynetbox v7.3.3 not installing with packaging...
### pynetbox version v7.3.3 ### NetBox version v4.0.3 ### Python version 3.11 ### Steps to Reproduce Hi all! I have trying to change an existing IP address's custom field (MAC...
### pynetbox version v7.3.3 ### NetBox version v3.7.8 ### Python version 3.10 ### Steps to Reproduce When trying to get an interface while filtering on device_id, if the device_id doesn't...
### Fixes: #640 - Updated the `version` property in `pynetbox/core/api.py` to pass the API token when calling `get_version`. - No problem raised even if the token is None - This...
### Proposed Changes The following endpoints need to be added as records and to the mapper: ``` circuits.providers circuits.provider-accounts circuits.provider-networks circuits.circuit-types circuits.circuit-groups circuits.circuit-group-assignments ``` ### Justification Update pyNetbox to support...