Go to documentation repository
Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.
Previous page Next page
Na stronie:
Inicjalizacja alarmu
POST http://IP-address:port/prefix/grpc
Body zapytania:
{ "method":"axxonsoft.bl.logic.LogicService.RaiseAlert", "data": { "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0" } }
Odpowiedź zawiera ID alarmu wraz z rezultatem.
{ "result": true, "alert_id": "ddb5ab56-627e-4761-a1eb-f497ef2f7745" }
Przejdź do ewaluacji alarmów
{ "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
{ "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
{ "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
Uwaga!
Aby móc przeglądać alarm, musi on nieprzetworzony.
{ "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" } }
Note
Parametr severity określa typ alarmu:
SV_UNCLASSIFIED - niesklasyfikowany w czasie;
SV_FALSE - fałszywy;
SV_WARNING - podejrzany;
SV_ALARM - potwierdzony.
Przeglądaj alarmy z komentarzem
Uwaga!
Aby móc przeglądnąć alarm, musi być on nieprzetworzony.
Overview
Content Tools