I use this REST API to get all sensors/probes from a device
wget - "http://<server>/api/table.json?content=sensor&filter_parentid=<an id>"
The content is like
"sensor": [ { "group": "UAT", "group_raw": "UAT", "device": "not google.com", "device_raw": "not google.com", "sensor": "The HTTP Push Sensor name", "sensor_raw": "The HTTP Push Sensor name", "status": "Unknown", "status_raw": 1 },
How to I get the "Identification Token" ? I looked at https://www.paessler.com/manuals/prtg/live_multiple_object_property_status#supported_output, but I did not see this column
Add comment