hi, given that we need the data from various Channels of a sensor, how do we get the PRTG device's name when using a sensorID,
ie: api/table.json?noraw=1&content=channels&sortby=name&columns=name=textraw,minimum,maximum,condition,lastvalue&id=2704&username=ROuserprtg&passhash=xxx
How do i then get the Device Name from this sensorID ? (ie so i can give a "friendly" name in my app/script, something other than Traffic IN / Traffic OUT)
or another way i can solve my issue is the answer to this: Starting with a DeviceID (of a device), how do i then get the most recent values for any OR all sensor channels of that Device?
(i have only been able to find value_ which gives the "most recent results of a sensor" , but this is not the actual data, its often a time in msec of the response PRTG got to the actual raw data (ie the channel data) thanks
Add comment