All Products
Search
Document Center

Security Center:ModifySecurityEventMarkMissIndividually

Last Updated:Jan 20, 2026

Modifies the alert handling rule for alerts that are added to the whitelist by asset.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
InsertMarkMissParamstringNo

The alert handling that you want to add.

[{\"field\":\"location\",\"operate\":\"contains\",\"eventType\":\"SIL_AI_ALERT\",\"eventName\":\"login_common_ip\",\"fieldValue\":\"xx\",\"uuids\":\"4296ee47-bf19-4fa4-a4a6-6bxxxxxxxxx\"}]
DeleteMarkMissParamstringNo

The alert handling rule that you want to delete.

[{\"field\":\"loginSourceIp\",\"operate\":\"contains\",\"eventType\":\"SIL_AI_ALERT\",\"eventName\":\"login_common_ip\",\"fieldValue\":\"10.12.XX.XX\",\"uuids\":\"\"}]
FromstringNo

The ID of the request source. Set the value to sas.

sas
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh
SourceIpstringNo

The source IP address of the request. You do not need to specify this parameter. It is automatically obtained by the system.

127.0.XX.XX

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Codestring

The status code of the alert event.

  • 200: indicates that the alert event is successfully handled.
  • Other codes: indicates that the alert event fails to be handled.
200
Messagestring

The message returned.

successful
RequestIdstring

The ID of the request.

A37B852F-E346-5FF2-82BD-D1F1DXXXXXX
HttpStatusCodeinteger

The HTTP status code returned.

200
TimeCostlong

The time that was consumed to process the request. Unit: milliseconds.

1

Examples

Sample success responses

JSONformat

{
  "Success": true,
  "Code": 200,
  "Message": "successful",
  "RequestId": "A37B852F-E346-5FF2-82BD-D1F1DXXXXXX",
  "HttpStatusCode": 200,
  "TimeCost": 1
}

Error codes

HTTP status codeError codeError messageDescription
400NoPermissionno permission-
400UnknownErrorUnknownError-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-01-31The Error code has changedView Change Details