We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.1.6
v3.6.4
3.8
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.
All endpoints should be accessible through the lib.
Unclear how or not possible to access circuit-terminations/13/paths/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: