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
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. | 1.2.XX.XX |
SecurityEventId | long | Yes | The ID of the alert to query. | 12321 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "FDF7B8D9-8493-4B90-8D13-E0C1FFCE5F97",
"Scenarios": [
{
"Code": "same_url"
}
]
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | SecurityEventNotExists | Security event not exists. |
500 | ServerError | ServerError |
For a list of error codes, visit the Service error codes.