跳转到主要内容
POST
/
alert
/
pipeline
/
info
规则详情
curl --request POST \
  --url 'https://api.flashcat.cloud/alert/pipeline/info?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integration_id": 123
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "integration_id": 123,
    "rules": [
      {
        "kind": "title_reset",
        "settings": {
          "title": "<string>"
        },
        "if": [
          {
            "key": "title",
            "oper": "IN",
            "vals": [
              "<string>"
            ]
          }
        ]
      }
    ],
    "created_at": 123,
    "updated_at": 123,
    "creator_id": 123,
    "updated_by": 123
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json
integration_id
integer
必填

响应

200 - application/json
error
object

错误信息,仅失败时存在

data
object