Hi,
I have tried to use the API to retrieve multiple (ideally all) properties from a single device object and get no results (directly from the API builder in PRTG).
If I navigate to a device I can clearly see the object id is 12345
https://prtg/device.htm?id=12345&tabid=7
But when I try to use the API to retrieve device details I get no real data (other than basic XML with totalcount=0)
https://prtg/api/table.xml?content=devices&output=xml&columns=objid,group,device,name,status&count=10&id=12345
If I leave off the "id=12345" - I get back all device names. The help for the "id" field clearly states "The table will only contain information for this object id and its child objects (all objects will be used if this parameter is omitted)"
Am I missing something here?
Thanks, Steve
Add comment