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

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