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

API reporting

Votes:

0

Hi,

I want to use the API to generate some custom reports, where do I find the report ID's?

api prtg reports

Created on Apr 3, 2020 11:17:18 AM



1 Reply

Votes:

0

You can get a list of all reports and their object-id with the following API-query:

$yourserver$/api/table.xml?content=reports&output=xml&columns=objid,name,template,period,schedule,email,lastrun,nextrun

You might want to adjust the columns to get only the information you need. A list of the available columns is here

Note, that you can not add new reports via the API, but only manipulate some of its settings. Please see this Knowledge Base Post about your options.


Kind regards,
Matthias Kupfer- Team Tech Support

Created on Apr 6, 2020 9:19:29 AM by  Matthias Kupfer [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.