I have more or less 13.000 sensors on my prtg. How can i get the name/device of these sensors via API? Is it possible?
Thanks.
Modified on 2025-06-10 16:57:01 +0200
I have more or less 13.000 sensors on my prtg. How can i get the name/device of these sensors via API? Is it possible?
Thanks.
Hi there, thanks for your question. You can get a full list of devices using the following API call -
/api/table.xml?content=devices&output=xml&columns=objid,probe,group,device,host or /api/table.xml?content=devices&output=csv&columns=objid,probe,group,device,host
For some further reading, our manual for HTTP API is quite helpful.
Sep, 2022 - Permalink