|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
故障单展示对象 |
||
| content |
string |
故障单的详细内容 |
"{"description":"ECS实例CPU过高","impact":"支付服务延迟"}" |
| incidentId |
string |
故障单唯一标识符 |
"incident-abc123" |
| plan | IncidentResponsePlanForView |
响应计划 |
|
| severity |
string |
故障严重等级 |
"Critical" |
| time |
integer |
故障创建时间戳 |
1743876000000 |
| title |
string |
故障标题 |
"支付服务不可用" |
| userId |
string |
创建该故障单的用户 ID |
"user-abc123" |
| workspace |
string |
工作空间名称 |
"ws-xyz789" |
| groupUuid |
string |
分组标识。 |
"group-123456" |
| state |
string |
故障当前状态 |
"Open" |
| notifyStrategyUuid |
string |
关联的通知策略 UUID,用于触发通知 |
"notify-strategy-789" |
| subscriptionUuid |
string |
订阅策略 UUID |
"subscription-abc" |
| operator | ContactForIncidentView |
操作人信息 |
|
| notifyStrategyName |
string |
通知策略名称 |
{ "contactId": "contact-123", "name": "张三" } |
| subscriptionName |
string |
订阅策略名称 |
"P1-Alert-Notification" |
| escalations |
array |
升级策略列表 |
|
| IncidentEscalationPolicyForView |
升级策略 |
||
| owners |
array |
责任人列表 |
|
| ContactForIncidentView |
责任人 |
||
| participants |
array |
参与者列表 |
|
| ContactForIncidentView |
参与者 |
||
| groupingKeys |
object |
分组键值对 |
|
|
string |
分组键值对 |
{ "resourceId": "i-bp123456", "severity": "Critical" } |
|
| relatedResources |
array |
关联资源列表 |
|
| EventResourceForIncidentView |
关联资源 |
||
| solution |
string |
解决方案描述 |
"重启ECS实例后恢复正常" |
| rootCauseCategory |
string |
根本原因分类 |
"Network" |
该文章对您有帮助吗?