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 3 Current »

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

{HOSTNAME}Server name.

Note

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

Attention!

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.

ParametrRequiredDescription

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:

1not shown in the event log
2violation of BOT of audit events (e.g., it is edged manually)
3violation of EOT of audit events (e.g., it is edged manually)
4 − some audit events are absent (e.g., they are deleted manually)
5table entry is changed 
6inactive log (no events or log update mark)
/// External events
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
46skipped alarm
47Server is included into Axxon-domain
48Server is excluded from Axxon-domain
49view archive
50view camera
51view layout
52—Forensic Search in the archive
53area search by faces in the archive
54area search by license plates in the archive
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
66license expired
67logout due to user inaction
68—Client blocked due to user inaction
69—Client unlocked by user
70Client blocked by user 
71unexpected Client shut-down

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"
    }
  ]
}
  • No labels