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?


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

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


May, 2022 - Permalink