IncidentEventForView

名称

类型

描述

示例值

object

事件展示对象

incidentUuid

string

事件所属的故障单唯一标识符

"a1b2c3d4-e5f6-7890-1234-567890abcdef"

userId

string

创建或触发该事件的用户 ID

"user-abc123"

time

integer

事件发生时间戳

1743876000000

incidentEventUuid

string

事件本身的唯一标识符

"x1y2z3a4-b5c6-d7e8-f9g0-h1i2j3k4l5m6"

title

string

事件标题

"ECS 实例 i-bp123456 CPU 使用率超过 90%"

workspace

string

工作空间名称

"ws-xyz789"

dimension

object

事件维度信息

{ "env": "prod", "module": "payment" }

labels

object

自定义标签键值对

{ "project": "payment-gateway", "owner": "ops-team" }

groupBy

object

分组依据

{ "resourceId": "i-bp123456", "severity": "Critical" }

eventResource EventResourceForIncidentView

关联的资源信息

content CmsEventForView

事件详细内容

severity

string

事件严重等级

"Critical"

count

integer

该事件的触发次数

3

severityCountMap

object

各严重级别事件的数量统计

{ "Critical": 2, "High": 1 }

lastTime

integer

最后一次触发时间戳

1743876000000

recoverTime

integer

恢复时间戳

1743876600000

autoRecoverTime

integer

自动恢复时间戳

1743876600000

state

integer

事件当前状态码

1

searchIndex

array

搜索索引字段列表

string

搜索索引字段

["ECS", "CPU", "high"]

textIndex

string

文本索引字段

"ECS 实例 CPU 使用率过高"