- 2.4.1.7.4. AlertMosaic(报警挂板)
- 2.4.1.7.4.1. 查询AlertMosaic详细列表
- 2.4.1.7.4.2. 查询AlertMosaic指定记录
- 2.4.1.7.4.3. 查询AlertMosaic指定设备挂板列表
- 2.4.1.7.4.4. 查询AlertMosaic关注设备挂板列表
- 2.4.1.7.4.5. 添加AlertMosaic
- 2.4.1.7.4.6. 编辑AlertMosaic
- 2.4.1.7.4.7. 删除AlertMosaic
2.4.1.7.4. AlertMosaic(报警挂板)
2.4.1.7.4.1. 查询AlertMosaic详细列表
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/alert_mosaic/get_list |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| page_index | 查询页码 | Integer | 大于 0,如果为空,则默认从第一页显示 | 否 |
| page_size | 每页记录数 | Integer | 大于 0,如果为空,则默认为 20 | 否 |
| condition | 查询条件 | Json | LIKE模糊搜索条件 | 否 |
| start_time | 开始时间 | Datetime | 按创建时间搜索的开始时间和结束时间 | 否 |
| end_time | 结束时间 | Datetime | 否 |
condition参数:
格式
[["${key}", "${operator}", "${value}"]] 即 [["查询值", "运算符", "查询内容"]]
举例
[["equipment_id", "=", "1001"]]
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 结果 | Json | 是 |
返回数据举例:
{"code": 200,"msg": "查询成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": {"page_index": 1,"page_size": 20,"total_pages": 1,"total_records": 1,"data": [{"equipment_id": 1005,"alert_mosaic": {"7493 ": ["1001 ", "速度反馈错误 "]},"template": "","script": "","reference": "","created": "2018-09-11 16:52:04","is_available": 1}]}}
2.4.1.7.4.2. 查询AlertMosaic指定记录
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/alert_mosaic/get |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| equipment_id | 设备标识 | String | 是 |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 返回结果 | Json | 是 |
返回示例:
{"code": 200,"msg": "查询成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": {"equipment_id": 1007,"alert_mosaic": {"7603": ["1002","减速过电流"]},"template": "","script": "","reference": "","created": "2018-09-11 16:54:13","is_available": 1}}
2.4.1.7.4.3. 查询AlertMosaic指定设备挂板列表
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/alert_mosaic/get_list_by_equipment |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| equipment_id | 设备标识 | String | 是 | |
| page_index | 查询页码 | Integer | 大于 0,如果为空,则默认从第一页显示 | 否 |
| page_size | 每页记录数 | Integer | 大于 0,如果为空,则默认为 20 | 否 |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 结果 | Json | 是 |
返回数据举例:
{"code": 200,"msg": "查询成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": {"page_index": 1,"page_size": 20,"total_pages": 1,"total_records": 1,"data": [{"alert_id": 1001,"code": "2514","alert_name": "油分器堵塞","description": "Label_En:Oil Separator Blocked;Label_Cn:油分器堵塞","aprus_id": "A22018083100002","equipment_id": 1002,"template": "","script": "","reference": "","created": "2018-09-01 15:43:32","is_available": 1}]}}
2.4.1.7.4.4. 查询AlertMosaic关注设备挂板列表
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/alert_mosaic/get_list_by_user |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| page_index | 查询页码 | Integer | 大于 0,如果为空,则默认从第一页显示 | 否 |
| page_size | 每页记录数 | Integer | 大于 0,如果为空,则默认为 20 | 否 |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 结果 | Json | 是 |
返回数据举例:
{"code": 200,"msg": "查询成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": {"page_index": 1,"page_size": 20,"total_pages": 1,"total_records": 1,"data": [{"alert_id": 1001,"code": "2514","alert_name": "油分器堵塞","description": "Label_En:Oil Separator Blocked;Label_Cn:油分器堵塞","aprus_id": "A22018083100002","equipment_id": 1002,"template": "","script": "","reference": "","created": "2018-09-01 15:43:32","is_available": 1}]}}
2.4.1.7.4.5. 添加AlertMosaic
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/alert_mosaic/add |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| equipment_id | 设备标识 | String | 是 | |
| alert_mosaic | 告警标识集合 | Text | 否 | |
| template | 模板/样式 | text | 否 | |
| script | 脚本 | text | 否 | |
| reference | 参考号 | String | 否 |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 返回结果 | Json | 是 |
返回示例:
{"code": 200,"msg": "添加成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": []}
2.4.1.7.4.6. 编辑AlertMosaic
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/alert_mosaic/edit |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| equipment_id | 设备标识 | String | 是 | |
| alert_mosaic | 告警标识集合 | Text | 否 | |
| template | 模板/样式 | text | 否 | |
| script | 脚本 | text | 否 | |
| reference | 参考号 | String | 否 |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 返回结果 | Json | 是 |
返回示例:
{"code": 200,"msg": "编辑成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": []}
2.4.1.7.4.7. 删除AlertMosaic
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/alert_mosaic/delete |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| equipment_id | 设备标识 | String | 是 |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 返回结果 | Json | 是 |
返回示例:
{"code": 200,"msg": "删除成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": []}
