All Products
Search
Document Center

Security Center:OperationCancelIgnoreSuspEvent

Last Updated:Jan 20, 2026

Cancels ignoring alert events.

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
SecurityEventIdsarrayYes

The IDs of alert events.

longYes

The ID of the alert event.

Note You can call the DescribeSuspEvents operation to query the IDs of alert events.
611689
RemarkstringNo

The remarks.

remark text

Response parameters

ParameterTypeDescriptionExample
object

BaseResult

Successboolean

The handling result of an exception. Valid values:

  • true: successful
  • false: failed
true
Codestring

The status code returned. The status code 200 indicates that the request was is successful. Other status codes indicate that the request fails. You can identify the cause of the failure based on the status code.

200
Messagestring

The error message returned.

successful
RequestIdstring

The request ID.

CE500770-42D3-442E-9DDD-156E0F9F3B45
HttpStatusCodeinteger

The HTTP status code.

200
TimeCostlong

The time consumed for the request. Unit: seconds.

1

Examples

Sample success responses

JSONformat

{
  "Success": true,
  "Code": 200,
  "Message": "successful",
  "RequestId": "CE500770-42D3-442E-9DDD-156E0F9F3B45",
  "HttpStatusCode": 200,
  "TimeCost": 1
}

Error codes

HTTP status codeError codeError messageDescription
400OperationTaskNotExistsThe specified operation task does not exist-
400IllegalParamIllegal param-
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
2023-06-07The Error code has changed. The request parameters of the API has changedView Change Details
2022-08-01The Error code has changedView Change Details
2022-08-01The Error code has changedView Change Details