What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Export device details

Votes:

0

Is there a simple way to just export the Device name and it's IP Address from PRTG?

device export ip-address

Created on Feb 6, 2019 12:33:20 AM



4 Replies

Votes:

0

Hi there,

PRTG allows you to build your own API calls. In order to do this follow these steps:

  1. Within the main menu of PRTG navigate to "Setup -> PRTG API -> Live Data"
  2. Under the "Live Data"-tab you can find a section called "PRTG HTTP API: XML Table Query Builder"
  3. Configure the options "Table Content" and "Table Type" as required
  4. Under the "Columns"-option you can enter your desired columns in a comma-separated list (at the end of the page under "Supported Output Columns" you can find all available columns)
  5. After configuring the options click on the "Run Query and Preview Output"-button
  6. Copy the displayed "Your Query URL" and paste it beside the URL of your webinterface (e.g. "http(s):my-prtg/api/table.xml....")
  7. Replace the "table.xml"-part in the URL with "table.csv" in case you wanted to get a comma-separated file

In case of exporting the device names and their corresponding host address, please find the API-call below.

/api/table.csv?content=devices&output=csvtable&columns=device,host

Best regards.

Created on Feb 6, 2019 1:58:11 PM by  Dariusz Gorka [Paessler Support]



Votes:

0

Great, thanks for your help, that's exactly what I wanted.

Created on Feb 6, 2019 10:17:15 PM



Votes:

0

Is it possible to not display RAW data? So basically the data is always double. Thank you.

Created on Nov 22, 2019 6:27:39 PM



Votes:

0

Hello Stroet,

The output cannot be adjusted to this, I'm afraid.

Kind regards,

Erhard

Created on Nov 25, 2019 10:14:33 AM by  Erhard Mikulik [Paessler Support]




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.