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

Child probes API call

Votes:

0

What API call would I use to list warning and information events an child probes in JSON format? Can I include specific specific child probes or its has to be all?

api probes prtg

Created on May 11, 2022 12:18:41 AM



1 Reply

Votes:

0

Hi there,

Following API call should give you the desired output:

https://yourserver/api/table.json?content=sensors&columns=objid,sensor,lastvalue,status,message&id=YOURPROBEID&filter_status=STATUSCODE

For the statuscode please take a look below:

Status CodeSensor State
1Unknown
2Collecting
3Up
4Warning
5Down
6NoProbe
7PausedbyUser
8PausedbyDependency
9PausedbySchedule
10Unusual
11PausedbyLicense
12PausedUntil
13DownAcknowledged
14DownPartial

Please also include the authentication to get this working.


Kind regards

Felix Wiesneth - Team Tech Support

Created on May 16, 2022 9:32:00 AM by  Felix Wiesneth [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.