-
Dear all, I'm writing a Report script to do some sanity checks. Please note that I'm neither a hardcore python coder nor a NetBox source code expert. :) For every interface of a device I'm not trying to find
For device A, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just realised that the |
Beta Was this translation helpful? Give feedback.
I just realised that the
Interface
class inherits fromPathEndpoint
and I can simply callmy_interface.connected_endpoints
to get the opposite endpoints. Sometimes it helps to write down the question to find an answer. :)