触发自定义操作
POST
https://api.flashcat.cloud/incident/custom-action/do
最后修改时间:2023-12-18 02:51:36
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/incident/custom-action/do?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"incident_id": "string",
"integration_id": 0
}'
响应示例响应示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"message": "string"
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json