I am using the PRTG api to (try to) gather a complete list of all devices. Currently on version 13.2.3.2285.

This worked very well in version 12. Now, after upgrading to version 13 it seems that the data return can miss entire groups...

This is the command I am using

curl -o /srv/prtg/PRTGAllDevices.xml "http://prtg/api/table.xml?&content=devices&username=admin&passhash=8576309"

Can anyone offer some assistance?


Article Comments

Hi,
how much devices do you have in total? If the count is above 500 please try adding a further parameter

count=1000

to your API call. Does it work then?


Jun, 2013 - Permalink

That was the case. Thank you!


Jun, 2013 - Permalink