Use "startswith" in a cusom script query_params #19797
mackermann-psi
started this conversation in
General
Replies: 1 comment 1 reply
-
try it with
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'd like to import switch interfaces from a switch and made folowing class()
First lookup the SiteGroup, then the site and then only the devices from the site.
The switches always start with "sw-" in the DeviceName.
What i like to do is; Only show devices that start with "sw-"
I tried:
or
But nothing happens, no error no expectet result.
Only all devices are returned
How can I set the filter to "sw-"
Beta Was this translation helpful? Give feedback.
All reactions