How can i get a list of all the tags that are in use in the system?
Article Comments
When running the above call, I get the following error:
This page contains the following errors: error on line 1 at column 1: Document is empty Below is a rendering of the page up to the first error.
Sep, 2022 - Permalink
You'll get the tags and the raw version of it in a csv list with this API call:
http://<your-prtg>/api/table.xml?content=sensors&output=csvtable&columns=tagsIs that what you need? :)
Jul, 2014 - Permalink