This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Description
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/