pynautobot icon indicating copy to clipboard operation
pynautobot copied to clipboard

Nautobot Python SDK

Results 46 pynautobot issues
Sort by recently updated
recently updated
newest added

WIth upcoming relationship content being built out, we need to make sure that we can access the data, such as https://github.com/nautobot/nautobot/pull/2092 This would apply for computed fields as well. If...

hacktoberfest

Our Invoke commands are outdated and are more frustrating than they need to be. We need to pull in existing ones and convert to `ntc-invoke` once it's released. The outcome...

hacktoberfest

## Proposal I propose that a serious refactor is performed to reduce all of the code duplication in this library predominantly around how `Request` objects are repeatedly constructed and the...

type: housekeeping
hacktoberfest

I couldn't install pynautobot in dev mode on a Max OS M1 with Python 3.9 because of `more-itertools` Not exactly sure what was the issue but it disappeared after upgrading...

status: accepted
status: help wanted
status: action required
type: bug
hacktoberfest

it would be useful to have a method to easily start the execution of a Job with pynautobot Something like that ```python >>> import pynautobot >>> nautobot = pynautobot.api( url="https://demo.nautobot.com/",...

hacktoberfest

New in 1.1.0 is computed fields. There should be an object endpoint to see the computed fields. ```python import pynautobot nautobot = pynautobot.api(url='https://demo.nautobot.com', token='yes') device1 = nautobot.dcim.devices.all()[0] dir(device1) ['__class__', '__delattr__',...

hacktoberfest

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

I found a bug by trying to get the name of a device at the end of a cable. Here is the cable trace from the Nautobot demo. ![image](https://github.com/user-attachments/assets/c741746f-0d73-45e7-acf7-86e3e9735bc2) I...

This is the start of the work to close #106 - [x] Add unit test - [x] Add integration test - [x] Add examples in documentation

It would be good to enhance things further to provide the option to have a header that gives the user/agent.