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
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
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