Hello,
I'm just getting started using the API and I've been able to get back some of the info I've been looking for, but I can't seem to get back system status information, like the number of sensors up / down / warning / paused. I figured this was what I was looking for in the documentation:
Getting PRTG System Status:
You can also get the PRTG system status such as the number of alarms or messages using the following API calls.
Live system status in the JavaScript Object Notation (JSON) format:
/api/getstatus.json?id=0
When I get the above call, however, all I get is the following:
<HTML><BODY class="no-content"><B class="no-content">Not Found</B></BODY></HTML>
I'm using the call exactly as written above, with id=0. Am I missing something to get this working? Is system status what I'm looking for to get up / down / warnings / etc?
Thanks!
Add comment