Go to documentation repository
Page History
...
Section | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Inicjalizacja alarmu
POST http://IP-address:port/prefix/grpc
Request bodyBody zapytania:
Code Block |
---|
{ "method":"axxonsoft.bl.logic.LogicService.RaiseAlert", "data": { "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0" } } |
The response contains the alert id and the resultOdpowiedź zawiera ID alarmu wraz z rezultatem.
Code Block |
---|
{ "result": true, "alert_id": "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } |
...
Przejdź do ewaluacji alarmów
Code Block |
---|
{ "method":"axxonsoft.bl.logic.LogicService.BeginAlertReview", "data":{ "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0", "alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } } |
...
Anuluj ewaluację alarmów
Code Block |
---|
{ "method":"axxonsoft.bl.logic.LogicService.CancelAlertReview", "data":{ "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0", "alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } } |
...
Kontynuuj ewaluację alarmów
Code Block |
---|
{ "method":"axxonsoft.bl.logic.LogicService.ContinueAlertReview", "data":{ "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0", "alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } } |
...
Przeglądnij alarm
Note | ||
---|---|---|
| ||
To review the alert, it should be in the handling stateAby móc przeglądać alarm, musi on nieprzetworzony. |
Code Block |
---|
{ "method":"axxonsoft.bl.logic.LogicService.CompleteAlertReview", "data":{ "severity" : "SV_WARNING", "bookmark" : {}, "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0", "alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } } |
Info | ||
---|---|---|
| ||
The severity parameter determines the alert typeParametr severity określa typ alarmu: SV_UNCLASSIFIED - missedniesklasyfikowany w czasie; |
...
Przeglądaj alarmy z komentarzem
Note | ||
---|---|---|
| ||
To review the alert, it should be in the handling stateAby móc przeglądnąć alarm, musi być on nieprzetworzony. |
Expand | ||
---|---|---|
| ||
where in the bookmark parameter groupgdzie w grupie parametrów bookmark:
|
Overview
Content Tools