Is it possible to get a report of all sensors by device in a csv file?
Report of sensors by device
Modified on 2025-06-10 16:38:13 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
Hello there,
Thanks for using PRTG.
Yes, this is possible. To achieve this, use the following API call:
/api/table.csv?content=sensors&columns=objid,probe,group,device,name,type&sortby=device&count=*
If you only want the sensors from a specific group, add the following parameter along with the group's ID: &id=GROUP-ID Afterward, you can open this Comma Separated Values (CSV) file in Excel.
To split the data into multiple rows, navigate to "Data > Text to Columns > Delimited > Comma".
This CSV file includes all sensors in your installation, including the parent device and group information.
Kind regards,
Jeremiah Katatumba - Technical Support
May, 2023 - Permalink