Hi, i have a discovery group and need export a list of devices. How can i do?
Article Comments
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Hi there,
In order to retrieve the CSV file, simply connect to your PRTG webinterface via a webbrowser, login and change the URL accordingly, if you want to get the devices from a specific group, then add the "&id="-parameter with the groups ID:
| http(s):<SERVER>/api/table.csv?content=devices&columns=objid,probe,group,device,host&count=* |
Afterwards you can open this Comma Separated Values file in Excel. To divide the data into multiple rows, just navigate to "Data > Text to Columns > Delimited > Comma".
Best regards.
Dec, 2017 - Permalink
Hi there,
In order to retrieve the CSV file, simply connect to your PRTG webinterface via a webbrowser, login and change the URL accordingly, if you want to get the devices from a specific group, then add the "&id="-parameter with the groups ID:
Afterwards you can open this Comma Separated Values file in Excel. To divide the data into multiple rows, just navigate to "Data > Text to Columns > Delimited > Comma".
Best regards.
Dec, 2017 - Permalink