Unable to render embedded object: File (books.jpg) not found.
Go to documentation repository
GET http://server/prefixIP-Address:8000/asip-api/archive/events/detectors/VIDEOSOURCEID/ENDTIME/BEGINTIME?limit=COUNT&offset=COUNT – gets the list of detection tool events. If limit is not specified, it is equal to 100. Field timestamp is not unique so passing of previously received alarms starting from the search interval can be requested.
...
– empty, i.e. be missing to receive all domain events.
Sample response:
http://server/prefixIP-Address:8000/asip-api/archive/events/detectors/HOST/DeviceIpint.2/EventSupplier.ray0:0/past/future?limit=10&offset=0 - gets sensor events sorted descending. Maximum number is 10.
http://server/prefixIP-Address:8000/asip-api/archive/events/detectors/HOST/past/future?limit=5&offset=0 - gets events of all detection tools created on the HOST machine. Maximum number by every detection is 5.
http://server/prefixIP-Address:8000/asip-api/archive/events/detectors/HOST/past/future?limit=5&offset=0&type=Ray - gets events of all sensors created on the HOST machine. Maximum number by every sensor is 5.
http://server/prefixIP-Address:8000/asip-api/archive/events/detectors/past/future?limit=1&type=Ray - gets the current state of all domain sensors.
...