告警信息

组件名称:告警信息

组件样式

告警信息

组件说明

配置项如下:

  1. 字号
  2. 粗细
  3. 文字间距

当告警信息出现series不为空时组件出现,当series = null 时组件消失。

请求方式:POST

https://doc.tingyun.com/sense/example/alarminfolist.json

参数

字段 类型 描述 是否必选
currentTime Number 当前时间戳。
token String 盐值,校验规则为md5(timePeriod+currentTime+配置的token),
例如:timePeriod为30,currentTime为1513137332798,token为abc,则应对301513137332798abc进行md5。
timePeriod Number 时间范围分钟数。

正确响应数据

字段 类型 描述
color String 组件颜色
title String 组件最左侧大号标题
series Array 组件数据,当series = null 时组件会消失
name String 子数据的标题
value String 子数据的内容

示例

{
    "color": "#f52626",
    "title": "严重",
    "series": [
        {
            "name": "发生时间",
            "value": "2021-06-1710:53:23"
        },
        {
            "name": "持续时间",
            "value": "4分钟"
        },
        {
            "name": "事件对象",
            "value": "wangyiyouche/mu/chemy"
        },
        {
            "name": "事件路述",
            "value": "严重告警 onBeady 大于或等于阈值(onReady:1029ms,阈值:800ms)"
        }
    ]
}
© 2007-2023 北京基调网络股份有限公司 all right reserved,powered by Gitbook本文档更新于: 2021-11-08 13:44

results matching ""

    No results matching ""