Dear Marnix
The closest would be
/tablewithstyles.htm?id=0&content=sensors&columns=objid,sensor,probegroupdevice,lastup&count=*&filter_status=7&filter_status=8&filter_status=9&filter_status=11&filter_status=12&sortby=-lastup
Use &sortby=lastup (without the minus sign) to reverse the order. Please note that the up status could be ended by a down state as well. Therefore this list does not always give the real pause date.
Since a device does not have the "lastup" property, only this is possible:
/tablewithstyles.htm?id=0&content=devices&columns=objid,device,probegroupdevice&count=*&filter_status=7&filter_status=8&filter_status=9&filter_status=11&filter_status=12
Add comment