跳转到主要内容
POST
/
incident
/
reset
故障更新
curl --request POST \
  --url 'https://api.flashcat.cloud/incident/reset?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "incident_id": "",
  "title": "",
  "description": "",
  "impact": "",
  "root_cause": "",
  "incident_severity": ""
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
incident_id
string
必填
title
string

故障标题

description
string

故障描述

impact
string

故障影响

root_cause
string

故障根因

resolution
string

解决方案

incident_severity
string

严重程度

响应

200 - application/json
error
错误信息 · object

错误信息,仅失败时存在