Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
GET http://IP address:port/prefix/detectors/{VIDEOSOURCEID}
{VIDEOSOURCEID}—first two parts of three-component source endpoint ID (see Get list of cameras and information about them). For example, "SERVER1/DeviceIpint.1".
Example of a request:
GET http://127.0.0.1:80/detectors/SERVER1/DeviceIpint.1
Example of a response:
{ "detectors": [ { "name": "hosts/SERVER1/AVDetector.1/EventSupplier", "type": "SceneDescription" }, { "name": "hosts/SERVER1/AVDetector.12/EventSupplier", "type": "NullAudioDetection" } ] }
Attention!
To get up-to-date information on detectors, we recommend using the /camera/list request (see Get list of cameras and information about them).
For the list of possible values of the type parameter, see Get a list of events from detectors.
Overview
Content Tools