Go to documentation repository
Page History
...
Request body:
Code Block |
---|
{ "method":"AxxonSoftaxxonsoft.bl.logic.LogicService.RaiseAlert", "data": { "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0" } } |
...
Proceed to alert handling
Code Block |
---|
{ "method":"AxxonSoftaxxonsoft.bl.logic.LogicService.BeginAlertReview", "data":{ "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0", "alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } } |
Cancel alert handling
Code Block |
---|
{ "method":"AxxonSoftaxxonsoft.bl.logic.LogicService.CancelAlertReview", "data":{ "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0", "alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } } |
Continue alert handling
Code Block |
---|
{ "method":"AxxonSoftaxxonsoft.bl.logic.LogicService.ContinueAlertReview", "data":{ "camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0", "alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745" } } |
...
Note | ||
---|---|---|
| ||
To review the alert, it should be in the handling state. |
Code Block |
---|
{ "method":"AxxonSoftaxxonsoft.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" } } |
...
Expand | ||
---|---|---|
| ||
where in the bookmark parameter group:
|
...
Overview
Content Tools