Hello
1) I am getting ID of Sensor which are down
api/table.json?content=sensors&columns=objid,type&filter_status=5
2) And now i need to get IP adres (host) of Device, how can i achieve it?
I dont see any way how to filter device by one of sensor ID and i cant fetch all devices with sensor ID's
There is another way but its not best.
Get All Devices, get all sensor of all devices a check which sensors are down.
How can i get HOST(IP) of Device from Sensor ID?
Thank you
Add comment