Merge into Incident
POST
/alert/mergeThis interface only handles merging into an existing incident. For creating new incidents, please use the 'Create Incident' interface in Incident Management
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
alert_ids
array[string]
Alert list
incident_id
string
Incident ID
comment
string
Comment
title
string
New title
Example
{
"alert_ids": [
"string"
],
"incident_id": "string",
"comment": "string",
"title": "string"
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
Example
Not configured
Last modified: 2 个月前