Hi,

I need to export List of devices like this table to csv file

Name Serial number Model ID Manufacturer Class IP Address Status Firmware version

how can I do that


Article Comments

Hello,

this is only partially possible. You can extract a list of devices with the PRTG name and address, and some information:

/api/table.csv?content=devices&columns=objid,name,host,status,message,comments&count=*

Some other information is available if manually looked up on the "System Information" tab. That data can be extracted only per device.


Sep, 2020 - Permalink

thanks for your reply. I exported db to SQL server using PRTG Data Extractor. where can I find this information.

thanks in advance


Sep, 2020 - Permalink

Hello,

the data extractor is deprecated and no longer supported. However it does something different, the data extractor copied historic device data (sensor data) to an SQL DB. You were looking to extract device configuration data. That can be done, partially, with the HTTP API.


Sep, 2020 - Permalink