Monitoring via API - Response Body Empty

Hey guys,

I am using PRTG to Monitor all my assets. To visualize my Teltonika devices (RUT955/RUTX11) i created a Custom Sensor which is basically a Python script that gets triggered every now and then to ask for the status of my devices. Now what i found that is strange is, whenever i send a GET-Request, i receive status 200 = OK, but the json body is empty. I have also tried to do this within the documentation, where there is the possiblity to test, but i dont get a proper response there as well. For testing purposes my API token has currently all rights.
Any ideas on how to solve this problem?

Solved. I was using the default value for fields only: false. Whenever i set this to true or false the response body is empty. If i just leave this out it works fine. Not sure what this parameter is about tho.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.