Hi everyone,
I´ve been trying to make an http request to our prtg through the API that can bring all the sensors currently monitored in our system, since we have more than 18000 sensors, which would be the best way to do it?
I´ve been using this:
http://<prtgserver>/api/table.csv?content=devices&output=csvtable&columns=objid,probe,group,device,host,downsens,partialdownsens,downacksens,upsens,warnsens,pausedsens,unusualsens,undefinedsens&count=18000&username=<myuser>&passhash=<hash>
When I check the resulting csv, I can get a max item number of 525. Is there any other way? can I count an specific range of sensors so I can make multiple calls to different ranges?
Add comment