As the maximum number of xml file is limited to 500, I tried to export device list to an xml file but it was not a complete list.
The total quantity of device is around 700.
How can I export the full list of device to a file at a time?
Article Comments
Thanks for your reply.
I tried my own API code but failed.
Below is the code I wrote.
------------------------------------------
http://myadress/api/table.csv?content=devices&columns=device&username=prtgadmin&passhash=xxxxxxxx&count=1000
------------------------------------------
Could you share the exact API code to export the device full list?
Please let me know where to find various API code for exporting.
Feb, 2020 - Permalink
Hi there,
I just tested your provided API call and it worked fine on my PRTG instance.
What result do you get here?
Kind regards,
Birk Guttmann, Tech Support Team
Feb, 2020 - Permalink
Hello,
For every API call, the default limit of items is 500. If you want to receive more items per call, please add the "&count=xxx" parameter with enough room for all of your devices.
Kind Regards,
Timo Dambach
Paessler Tech Support
Feb, 2020 - Permalink