All Products
Search
Document Center

Security Center:DescribeSimilarEventScenarios

Last Updated:Apr 28, 2023

Queries the scenarios in which alerts triggered by the same rule or rules of the same type are handled.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

1.2.XX.XX
SecurityEventIdlongYes

The ID of the alert to query.

12321

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

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

FDF7B8D9-8493-4B90-8D13-E0C1FFCE5F97
Scenariosarray

The scenarios in which you can handle the alerts triggered by the same rule or rules of the same type.

object
Codestring

The code of the scenario. Valid values: Valid values:

  • default: the same alert type
  • same_file_content: the same file content rule
  • same_ip: the same IP address rule
  • same_url: the same URL rule
same_url

Examples

Sample success responses

JSONformat

{
  "RequestId": "FDF7B8D9-8493-4B90-8D13-E0C1FFCE5F97",
  "Scenarios": [
    {
      "Code": "same_url"
    }
  ]
}

Error codes

HTTP status codeError codeError message
400SecurityEventNotExistsSecurity event not exists.
500ServerErrorServerError

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