All Products
Search
Document Center

Security Center:CheckSecurityEventId

Last Updated:Feb 20, 2024

Checks whether one or more alerts are generated on a specified server based on alert IDs.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
UuidstringYes

The UUID of the server.

Note You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
96ad2473-bc60-45ba-ad1c-932e2866****
SecurityEventIdsarrayNo

The IDs of alert events. You can specify up to 100 IDs. If you do not specify this parameter, the value of the response parameter Data is false. The value false indicates that no alert events are generated on the server.

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

The IDs of alert events. You can specify up to 100 IDs. If you do not specify this parameter, the value of the response parameter Data is false. The value false indicates that no alert events are generated on the server.

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

Response parameters

ParameterTypeDescriptionExample
object
Databoolean

Indicates whether the alert events are generated on the server. Valid values:

  • true
  • false: no
true
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

1383B0DB-D5D6-4B0C-9E6B-75939C8E67FE

Examples

Sample success responses

JSONformat

{
  "Data": true,
  "RequestId": "1383B0DB-D5D6-4B0C-9E6B-75939C8E67FE"
}

Error codes

HTTP status codeError codeError messageDescription
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
No change history