I want to use and filter the "All Applications Tree" for a specific user view. I know how to filter by a custom property, but that doesn't work in this case.
Example:
I have HTTPS Monitors on this application, but the monitor is from a test server. That way it's not testing against itself. I don't want to lump the test server into the same custom properties as the application servers.
To get the HTTPS monitor included in the tree I just need to filter by the name of the HTTPS monitor. I was hoping somebody knew the SWQL for Application Monitor Name.
In the example my HTTPS Monitor is named, "Application Name - HTTPS Monitor." So for the SWQL it should be something like ApplicationMonitor.Name = 'Application Name - HTTPS Monitor'
Thank you!