When using PRTG API, is it possible to use filter_device=xyz, where xyz are the same first 3 characters of any device name? In SQL I would write Like 'xyz%'


Article Comments

Simply add &filter_name=@sub(xyz) to your query. Note that it will match all substrings, not only devices starting with the given string.


Sep, 2016 - Permalink

Works, thanks for quick answer!


Sep, 2016 - Permalink

Is there a way to use filter like in the SQL statetent mentioned above? Its starting to show some casualities in my search.


Apr, 2017 - Permalink

Could you elaborate further what you'd like to search for?


Apr, 2017 - Permalink