Custom Script filter for unconnected interfaces #17556
-
|
Hello everyone I would like to display in a custom script in a field only interfaces that are not yet connected. I have tried the following: Nothing worked |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
TL;DR: try Looking in the source code, at InterfaceFilterSet which includes CabledObjectFilterSet and PathEndpointFilterSet, I see these filters: That is, I believe the filters you could use are These are the same filters you'll find in the web UI if you go to As far as I can tell, the differences are:
In your case, I think |
Beta Was this translation helpful? Give feedback.

TL;DR: try
"occupied": FalseLooking in the source code, at InterfaceFilterSet which includes CabledObjectFilterSet and PathEndpointFilterSet, I see these filters: