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.


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

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