跳转到主要内容
POST
/
incident
/
custom-action
/
do
触发自定义操作
curl --request POST \
  --url 'https://api.flashcat.cloud/incident/custom-action/do?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "incident_id": "<string>",
  "integration_id": 123
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
incident_id
string
必填

故障ID

integration_id
integer
必填

自定义操作集成ID

响应

200 - application/json
error
object

仅出现错误时返回

data
object

响应数据