How to fetch the list of fixlet names which has server in its name

Hi All

I want to fetch the list of fixlet names from “fixlet and task”. Whose fixlet name contains ‘server’ keyword in it.

How about.

(id of it, name of it) of bes fixlets whose (name of it as lowercase contains “server”)

1 Like

Session relevance as above could certainly work!

You can also create a Console filter to do this (CTRL-F, or Edit → Find):

image

And you can do this even more easily in WebUI with the live search:

want it as an API query

https://tem ip:port/api/query?relevance=(id%20of%20it,%20name%20of%20it)%20of%20bes%20fixlets%20whose%20(name%20of%20it%20as%20lowercase%20contains%20serverName)

Maybe try this.

https://bfserver:port/api/query?relevance=(id%20of%20it,%20name%20of%20it)%20of%20bes%20fixlets%20whose%20(name%20of%20it%20as%20lowercase%20contains%20%2522server%2522)