...
|
...
|
@@ -15,6 +15,9 @@ layout-nx: |
|
|
::: tip 菜单信息
|
|
|
菜单接口:/api-user/menus/current?type=1 </br>
|
|
|
:::
|
|
|
::: tip 首页功能概述
|
|
|
首页功能主要实现了对业务、资源及告警数量的总览,它展现的是由一个个卡片组成的页面,卡片的嵌套说明了资源与业务的归属关系,每个按钮分别支持下探查看详情,方便用户对业务资源信息的查看
|
|
|
:::
|
|
|
::: tip 主体卡片信息
|
|
|
业务卡片及业务统计:/api-web/home/business/getBusHealthResultByAlarm?filter=2&layout=layout <br/>
|
|
|
资源卡片及资源统计:/api-web/home/restype/getResTypeHealthResult <br/>
|
...
|
...
|
@@ -23,6 +26,9 @@ layout-nx主体应用信息:/api-web/home/restype/getResTypeHealthResult <br/> |
|
|
::: tip 告警统计信息
|
|
|
获取告警统计信息:/api-web/home/alarm/countByAlarmLevel <br/>
|
|
|
:::
|
|
|
::: tip 登录用户信息功能概述
|
|
|
修改密码:更新用户的登录密码。
|
|
|
:::
|
|
|
::: tip 登录用户信息来源
|
|
|
个人信息接口:/api-user/users/1<br/>
|
|
|
扩展信息接口:/api-web/manage/ddic/findSucDdics/user_property <br/>
|
...
|
...
|
@@ -41,14 +47,22 @@ INSERT INTO `cloud_backend_monitor`.`sys_ddic`(`ddicId`, `ddicCode`, `ddicName`, |
|
|
INSERT INTO `cloud_backend_monitor`.`sys_ddic`(`ddicId`, `ddicCode`, `ddicName`, `ddicDesc`, `ddicSort`, `ddicCategory`, `createTime`) VALUES ('d057168ed5e946c69713d7394f5b7eec', 'stationTime', '驻场时间', '驻场时间,如:长期', 2, 'user_property', '2021-08-19 11:06:47');
|
|
|
|
|
|
```
|
|
|
|
|
|
:::
|
|
|
::: tip 搜索条件来源
|
|
|
字典:<br/>
|
|
|
逻辑关系:
|
|
|
::: tip 全局搜索功能概述
|
|
|
通过关键字对资源、业务、资源类型、告警等进行全局模糊搜索,并可以通过搜索到的数据进行下探,跳转至对应的详情列表信息;
|
|
|
:::
|
|
|
 <br/>
|
|
|
::: tip 全局搜索条件来源
|
|
|
接口:/api-web/home/hasResult?keywords=keywords <br/>
|
|
|
资源信息:/api-web/home/res-list/all?page=1&limit=7&resName=keywords <br/>
|
|
|
业务类型信息:/api-web/manage/bustype/page?page=1&limit=7&busTypeName=keywords <br/>
|
|
|
告警信息:/api-web/home/alarm/alarmListPage?page=1&limit=7&kpiName=keywords <br/>
|
|
|
:::
|
|
|
::: tip 消息推送功能概述
|
|
|
系统中有新的告警产生或者是自动消除的告警时,页面上会进行弹窗提示;
|
|
|
:::
|
|
|
 <br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|