Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Triggerings of detection tools

Get list of detection tools

Unable to render {include} The included page could not be found.

Get list of detection tools events

Unable to render {include} The included page could not be found.

Get audit events from system log

GET http://IP address:port/prefix/audit/{HOSTNAME}/{ENDTIME}/{BEGINTIME}

where:

{HOSTNAME}—name of the Server, from which the information should be obtained.

Attention!

  • The ENDTIME and BEGINTIME syntax is described in Get MM archive contents section.
  • If ENDTIME < BEGINTIME in the request, then the events in the response will be sorted by time in ascending order.
  • If ENDTIME > BEGINTIME, then the events will be sorted in descending order.
ParameterRequiredDescription

filter

No

List of events that can be represented both as a range separated with <-> and <:> and a simple code.

The list of event types:

7user is added 
8user is deleted 
9user parameters are changed 
10role is added
11role is deleted
12role parameters are changed 
13user login 
14user logout 
15device is added 
16device is deleted 
17device parameters are changed
18detection is added 
19detection is deleted 
20detection parameters are changed
21archive is added
22archive is deleted 
23archive parameters are changed
24detection rule (macro) is created
25detection rule (macro) is deleted 
26detection rule (macro) parameters are changed 
27alarm is initiated
28—area is armed
29—area is disarmed
30export from archive is performed
31notification sender (sound-, email-) is added
32notification sender is deleted
33notification sender parameters are changed
34general parameter is changed
35recording to the archive parameters are changed
36agent of export is added
37agent of export is deleted
38agent of export parameters are changed
39macro is created
40macro is deleted
41macro parameters are changed
42alarm is processed by user
43dangerous alarm
44suspicious alarm
45false alarm

47Server is included into Axxon-domain
48Server is excluded from Axxon-domain
49view archive
50view camera
51view layout

55system log export
56LDAP folder is added
57LDAP folder is deleted
58LDAP folder parameters are changed
59layout created
60layout removed
61layout changed
62user login failed
63PTZ control
64archive comment added
65archive comment changed

74counter added 
75counter removed 
76counter started 
77notification postponed
78version reset/restored 
79backup applied
80archive replication started
81template linked
82template unlinked 
83camera included in group
84camera excluded from group
85archive interval removed

Sample request:

GET http://127.0.0.1:80/audit/SERVER1/past/future?filter=17-20,6,1:4

Sample response:

{
  "events": [
    {
      "data": {
        "component": "Camera3",
        "componentType": "camera",
        "device": "Camera3",
        "host": "SERVER1",
        "property": "vstream-virtual/folder",
        "setting": "Directory",
        "value": "D:/Movies/Spirit"
      },
      "eventType": 17,
      "timestamp": "20161205T120410.698000"
    },
    {
      "data": {
        "detector": "Face detection",
        "device": "Camera1",
        "host": "SERVER1"
      },
      "eventType": 18,
      "timestamp": "20161205T120459.319000"
    }
  ]
}

Get list of alarms

GET http://IP address:port/prefix/archive/events/alerts/{ENDTIME}/{BEGINTIME}get alarms from all Axxon-domain Servers.

Attention!

The ENDTIME and BEGINTIME syntax is described in Get archive contents.

If ENDTIME < BEGINTIME in the request, then the events in the response are sorted by time in ascending order.

If ENDTIME > BEGINTIME, then the events are sorted in descending order.

GET http://IP address:port/prefix/archive/events/alerts/{HOSTNAME}/{ENDTIME}/{BEGINTIME}get alarms from a certain Server.

{HOSTNAME}Server name (see Get Server list).

GET http://IP address:port/prefix/archive/events/alerts/{VIDEOSOURCEID}/{ENDTIME}/{BEGINTIME}get alarms from a certain camera.

{VIDEOSOURCEID}three-component source endpoint ID (see Get list of cameras and information about them). For instance, "SERVER1/DeviceIpint.3/SourceEndpoint.video:0:0".

ParameterRequiredDescription
limitNo

The limit of alarms in the response. If not specified, it is equal to 100, by default

offsetNo

The results offset by the specified number. For example, if a query with offset=0 returned 100 results, then in order to get the next results, it is necessary to run a query with offset=100. If the second query returned 250 results, then in order to get the next results, it is necessary to run a query with offset=350, and so on

limit_to_archiveNo

If limit_to_archive=1, then the response returns the events only from the accessible part of the archive (see Configuring access restrictions to an archive)

archiveNo

The name of the archive from the request to receive the list of archives (see Get archive contents)

Sample request:

GET http://127.0.0.1:80/archive/events/alerts/Server1/past/future?limit=50&offset=0

Sample response:

{
    "events": [
        {
            "type": "alert",
            "id": "2bb7f765-eb57-604d-a38c-d1d26d22e4d9",
            "raisedAt": "20181219T151437.312808",
            "zone": "hosts/DESKTOP-O0P0IBQ/DeviceIpint.1/SourceEndpoint.video:0:0",
            "reasons": [
                "ruleAlert",
                "videoDetector"
            ],
            "initiator": "faceAppeared",
            "reaction": {
                "user": "",
                "reactedAt": "20181219T151937.342036",
                "severity": "unclassified"
            },
            "detectorName": "1.Face detection",
            "rectangles": [
                {
                    "index": "47",
                    "left": "0,85343749999999996",
                    "top": "0,37958333333333333",
                    "right": "1",
                    "bottom": "0,58083333333333331"
                }
            ]
        },
        {
            "type": "alert",
            "id": "03c0d49f-5475-684e-a622-2aaeac303508",
            "raisedAt": "20181219T151005.933417",
            "zone": "hosts/DESKTOP-O0P0IBQ/DeviceIpint.1/SourceEndpoint.video:0:0",
            "reasons": [
                "ruleAlert",
                "videoDetector"
            ],
            "initiator": "faceAppeared",
            "reaction": {
                "user": "root",
                "reactedAt": "20181219T151013.109256",
                "severity": "alarm"
            },
            "detectorName": "1.Face detection",
            "rectangles": [
                {
                    "index": "9",
                    "left": "0,83406249999999993",
                    "top": "0,36416666666666664",
                    "right": "1",
                    "bottom": "0,58583333333333332"
                }
            ]
        },
        {
            "type": "alert",
            "id": "6d396f93-4acf-c54b-a26e-c1ab178bdb06",
            "raisedAt": "20181219T150911.101417",
            "zone": "hosts/DESKTOP-O0P0IBQ/DeviceIpint.1/SourceEndpoint.video:0:0",
            "reasons": [
                "userAlert"
            ],
            "initiator": "root",
            "reaction": {
                "user": "root",
                "reactedAt": "20181219T150916.264631",
                "severity": "alarm"
            },
            "detectorName": "",
            "rectangles": []
        }
    ],
    "more": false
}
ParameterDescription
raisedAt

The raisedAt field is not unique, so it can be necessary to skip the previously received alarms starting from the search interval

reasons

Possible values in the reasons array: armed, disarmed, userAlert, ruleAlert, videoDetector, audioDetector, ray

severity

Possible values of the severity field: unclassified, false, notice, warning, alarm

initiator

Possible values of the initiator field:

  1. Name of the user who initiated the alarm.
  2. Id of the macro (see Macros) if the alarm is initiated by macro that wasn't started by the detection tool (even if this macro has already been removed from the configuration).
  3. Type of detection tool that started macro that initiated the alarm (see Get a list of events from detectors)

Content

  • No labels