pynetbox icon indicating copy to clipboard operation
pynetbox copied to clipboard

Python API client library for Netbox.

Results 83 pynetbox issues
Sort by recently updated
recently updated
newest added

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...

status: blocked
type: feature
app: pynetbox

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...

status: revisions needed

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...

status: revisions needed
app: pynetbox

### 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...

type: bug
status: needs owner
app: pynetbox

### 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. ![image](https://github.com/netbox-community/pynetbox/assets/558175/27720e0b-bc70-4c4b-a86d-51f85d8efb89) I...

type: feature

### 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...

type: bug

### 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...

type: bug

### 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...

type: bug

### 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...

type: housekeeping
app: pynetbox