Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How are certain API endpoints accessible through netbox-python #20

Open
fsperling opened this issue Dec 5, 2023 · 0 comments
Open

How are certain API endpoints accessible through netbox-python #20

fsperling opened this issue Dec 5, 2023 · 0 comments

Comments

@fsperling
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant