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?
Add comment