跳转到主要内容
POST
/
alert
/
merge
合并到故障
curl --request POST \
  --url 'https://api.flashcat.cloud/alert/merge?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "alert_ids": [
    "<string>"
  ],
  "incident_id": "<string>",
  "comment": "<string>",
  "title": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
alert_ids
string[]
必填
incident_id
string
必填
comment
string
title
string

响应

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

错误信息,仅失败时存在