{
"integration_id": 0
}
curl --location --request POST 'http://prod-cn.your-api-server.com/alert/pipeline/info' \
--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
}
}