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

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