cURL
curl --request POST \ --url 'https://api.flashcat.cloud/alert/merge?app_key=' \ --header 'Content-Type: <content-type>' \ --data ' { "alert_ids": [ "<string>" ], "incident_id": "<string>", "comment": "<string>", "title": "<string>" } '
{ "error": { "code": "<string>", "message": "<string>" } }
该接口仅负责合并到一个已有故障,如果是新建,请用”故障管理-故障创建“接口
错误信息,仅失败时存在
显示 子属性
此页面对您有帮助吗?