Перейти в хранилище документации
Обратиться в техническую поддержку![]()
...
Тело запроса:
| Code Block |
|---|
{
"method":"ITVaxxonsoft.bl.logic.LogicService.RaiseAlert",
"data": {
"camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0"
}
} |
...
| Code Block |
|---|
{
"method":"ITVaxxonsoft.bl.logic.LogicService.BeginAlertReview",
"data":{
"camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0",
"alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745"
}
} |
| Code Block |
|---|
{
"method":"ITVaxxonsoft.bl.logic.LogicService.CancelAlertReview",
"data":{
"camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0",
"alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745"
}
} |
| Code Block |
|---|
{
"method":"ITVaxxonsoft.bl.logic.LogicService.ContinueAlertReview",
"data":{
"camera_ap" : "hosts/Server1/DeviceIpint.10/SourceEndpoint.video:0:0",
"alert_id" : "ddb5ab56-627e-4761-a1eb-f497ef2f7745"
}
} |
...
| Note | ||
|---|---|---|
| ||
Чтобы оценить тревогу, она должна быть в обработке. |
| Code Block |
|---|
{
"method":"ITVaxxonsoft.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 | ||
|---|---|---|
| ||
где, в группе параметров bookmark:
|
...