All Products
Search
Document Center

Security Center:DescribeSimilarSecurityEvents

Last Updated:Feb 20, 2024

Queries alert events that are triggered by the same rule or of the same alert type.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeSimilarSecurityEventsRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

1.2.XX.XX
LangstringNo

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

  • zh: Chinese
  • en: English
zh
TaskIdlongYes

The task ID. You can call the CreateSimilarSecurityEventsQueryTask operation to obtain the task ID.

1689135
CurrentPageintegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 20.

20

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

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

9F4217C8-763F-51EF-84D4-5535E072B2D8
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page. Default value: 20.

20
TotalCountinteger

The total number of entries returned.

5
Countinteger

The number of entries returned on the current page.

5
SecurityEventsResponseobject []

The information about the alert events that are triggered by the same rule or of the same alert type.

LastTimelong

The timestamp generated when the alert event was last detected. Unit: milliseconds.

1648544361480
Uuidstring

The UUID of the server that was affected by the alert event.

qweeqq-13232-daweq-w****
EventNamestring

The name of the alert event.

Trojan
EventTypestring

The type of the alert event. Valid values:

  • Suspicious Process
  • Webshell
  • Unusual Logon
  • Malicious Software
  • Sensitive File Tampering
  • Unusual Network Connection
  • Other
  • Suspicious Account
  • Cloud threat detection
  • Precision defense
  • Application Whitelist
  • Persistence
  • Web Application Threat Detection
  • Malicious scripts
  • Malicious Network Activity
  • K8s Abnormal Behavior
  • Website backdoor (local engine)
  • Exploit
  • Image Scan
  • Trusted exception

For more information about alert types, see Overview .

Malicious Software
SecurityEventIdlong

The ID of the alert event.

158661
OccurrenceTimelong

The timestamp generated when the alert event was first detected. Unit: milliseconds.

1648457961000

Examples

Sample success responses

JSONformat

{
  "RequestId": "9F4217C8-763F-51EF-84D4-5535E072B2D8",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 5,
    "Count": 5
  },
  "SecurityEventsResponse": [
    {
      "LastTime": 1648544361480,
      "Uuid": "qweeqq-13232-daweq-w****",
      "EventName": "Trojan",
      "EventType": "Malicious Software",
      "SecurityEventId": 158661,
      "OccurrenceTime": 1648457961000
    }
  ]
}

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.