Hi. I have a custom python sensor, that returns 5 channels and their status (int values). The sensor works fine on PRTG, but i want to be able to see it via API. A simple csv, or html table works. I just need to see Channel,Value Channel, Value Channel, Value ....

I just cant seem to figure out this api call. Any help would be very much apreciated.


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.

Dear yurividal,

an example would be

/api/table.csv?id=1001&content=channels&columns=objid,name,minimum,maximum,lastvalue&count=*

Replace "1001" with the respective sensor object #ID.


Apr, 2020 - Permalink