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 PRTG structure to CSV for Vizio Diagram

Votes:

0

using the API, how can I export the PRTG structure to draw a Vizio Diagram?

The idea is generate a tree of levels from ROOT GROUP to DEVICE to draw a better drawing in MS Vizio. The result must represent the tree.

Thank you for your help.

api csv export

Created on Sep 16, 2019 10:44:11 PM



3 Replies

Votes:

0

Hello Hugo,

Try this: https://your.prtg.server/api/table.xml?content=devices&output=xml&columns=objid,probe,group,device,host This will result in an xml file that you can also open directly in Excel. There is no API call for the whole structure though, meaning "group" will only show the name of the group the device is located in, it won't show for example the eventually existing groups above it when the group is nested.

If it has to more csv like: https://your.prtg.server/api/table.xml?content=devices&output=csvtable&columns=objid,probe,group,device,host

Kind regards,

Erhard

Created on Sep 18, 2019 9:24:59 AM by  Erhard Mikulik [Paessler Support]



Votes:

0

Thanks for your help,

Do you know where I can find information about the parameters like

content=devices & output=csvtable & columns=objid,probe,group,device,host

for all possible options?

Created on Sep 19, 2019 2:13:34 PM



Votes:

0

Hi Hugo,

In PRTG head to "Setup | PRTG API", tab "Live Data", further down the page there is table about the possible columns and for which output they can be used.

Kind regards,

Erhard

Created on Sep 20, 2019 6:28:44 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.