Hi,
We need to access some PRTG data from the internet and we don't want to move the whole PRTG infrastructure to our DMZ.
To access the PRTG data from the DMZ we intend to write an application which accesses the data via PRTG API. We want to use the JSON format. The only odd thing is, that we always get html back from PRTG.
The following two calls return the same result: (we tested it with the XML Table Query Builder)
/api/table.json?content=sensortree&output=json&id=9380 -> should return json, but returns html /api/table.xml?content=sensortree&output=html&id=9380 -> returns html, which is correct
Is this a bug in the PRTG? Or do we need to enable/configure something in the PRTG?
Thanks for your reply.
Add comment