POST [Host Server]/api/v1/data/alarmConfirmSchemes
Path | [Host Server]/api/v1/data/alarmConfirmSchemes |
---|---|
Summary | 获取报警确认记录 |
Description | 获取报警确认(解决方案)记录 |
Consumes | application/json |
Parameters
Name | Description | Parameter Type | Data Type | Default | Required |
---|---|---|---|---|---|
token | 1.请求令牌 | json | string | yes | |
alarm_objid | 2.报警对象ID | json | integer | yes | |
alarm_id | 3.报警ID | json | integer | yes | |
vbox_id | 4.网关虚拟ID | json | string | yes |
请求参数示例:
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50Ijoic3VtbWVyIiwiZXhwIjoxNzU3NzQxNzUzLCJpc3MiOiJzY2lvdF9jbG91ZCIsIm5iZiI6MTc1NzEzNjg1M30.3hRRKZIZWZ8s14NQSQZeyfnHT4alEIbNxbFWpigb0eU",
"alarm_objid":3,
"alarm_id":101,
"vbox_id":"6ab728135e53485e9e42bf5595da5bba"
}
Responses JsonResult :
Properties | Type | Description |
---|---|---|
code | integer | 状态码 |
data | DataVo | 数据集,状态success为true时返回,否则为空 |
msg | string | 返回消息 |
success | boolean | 状态 |
DataVo:
Properties | Type | Description |
---|---|---|
confirm_scheme | string | 解决方案 |
confirm_time | string | 确认时间 |
作者:霜蝉科技 创建时间:2025-08-07 11:06
最后编辑:霜蝉科技 更新时间:2025-09-08 13:43
最后编辑:霜蝉科技 更新时间:2025-09-08 13:43