Is it possible to get a report of all sensors by device in a csv file?


Article Comments

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

Worked great! Thank you!


May, 2023 - Permalink