how can I make the data of a panel available in some API too?

att


Article Comments

Hello Daniel,

Thank you for your message. Can you explain in details what you would like to achieve ?

Kind regards.


Nov, 2020 - Permalink

I saw this, and I would like to add to this question. Can I pull my coordinates that I already have in PRTG devices to create my own google map?

Thanks Ben


Jul, 2021 - Permalink

Hello,

To export the coordinates of your devices, I invite you to use the API call below. Please, make sure to replace the information (server address and user credentials) accordingly.

https://PRTGSERVER/api/table.xml?content=devices&columns=objid,name,location,group,probe&count=*&username=PRTGUSER&passhash=PASSHASH

The column "location" will return the information you are looking for, here is an example:

27	1	21.2.69.1308	40	Probe Device	<a href="/devices.htm?filter_location=@sub(Nuremberg)">Nuremberg</a>	Nuremberg	Local Probe	Local Probe

If you have questions, let me know.

Regards.


Jul, 2021 - Permalink