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?