netbox-python icon indicating copy to clipboard operation
netbox-python copied to clipboard

How are certain API endpoints accessible through netbox-python

Open fsperling opened this issue 2 years ago • 0 comments

NetBox Python version

v0.1.6

NetBox version

v3.6.4

Python version

3.8

Steps to Reproduce

A circuit-termination has a paths endpoint. https://netbox.sipgate.net/api/circuits/circuit-terminations/13/paths/

However I'm not able / don't know how to access it through netbox-python.

I can get nb.circuits.circuit_terminations.get(13) But not the paths for that circuit_terminations.

Expected Behavior

All endpoints should be accessible through the lib.

Observed Behavior

Unclear how or not possible to access circuit-terminations/13/paths/

fsperling avatar Dec 05 '23 15:12 fsperling