I have just gotten started on writing some code to interface with PRTG's API. Do you have any documentation on the basic structure? in regards to sensors,devices,objects.
If i want to get all devices in a group and then get some data on a particular device, what calls do i need to make?
What is a sensor?
if i do /api/table.xml?content=devices.....is this bound by the username/passhash, so i only see devices in that users group?
I have tried the following and i cant add more then 1 field to the names attribute:
/api/getobjectproperty.htm?id=objectid&name=uptime&show=text
based on docs, i should be able to do name,uptime,blah,blah....
I know Im missing some obvious stuff....Thanks in advance.
Add comment