Skip to content
Discussion options

You must be logged in to vote

It's probably an oversight in pynetbox. This works (for an interface):

>>> z = nb.dcim.interfaces.get(2)
>>> z.trace()
[[enp3s0, Cable #48, ether3]]

But this doesn't (for a circuit termination):

>>> ct = nb.circuits.circuit_terminations.get(1)
>>> ct.trace()
...
AttributeError: object has no attribute "trace"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ryanmerolle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants