规则详情
POST
https://api.flashcat.cloud/alert/pipeline/info
最后修改时间:2024-08-13 10:19:35
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/alert/pipeline/info?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0
}'
响应示例响应示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"integration_id": 0,
"rules": [
{
"kind": "title_reset",
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"settings": {
"title": "string"
}
}
],
"creator_id": 0,
"updated_by": 0,
"created_at": 0,
"updated_at": 0
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json