The value of connected_endpoints does not appear on the connected interface #16771
Unanswered
ViktorTelecom
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day, collegues!
I fill netbox server with data by Rest API in actions described below.
Action 1:
Action 2:
And I see no expected mirror info in "connected_endpoints" of the interface A1.
"connected_endpoints": null,
In WUI the "CONNECTION" field for interface A1 is also empty (shows "-").
It seems weird that link_peers update passed successfully while connected_endpoints passed well only on one side - the side where the cable had been before the "Action 2". And not on the new interface.
Is it a bug? Anyway which method do you recommend to obtain the target of "Action 2"? Delete the old cable and build a new one? Or perhaps clear the "a_terminations" field of the cable AB before deleting interface A? Should it help? Maybe something else?
Beta Was this translation helpful? Give feedback.
All reactions