Creates a node to query alert events triggered by the same rule or Alarm Metric through alerting.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:CreateSimilarSecurityEventsQueryTask |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The IP address of the access source. |
1.2.XX.XX |
| SecurityEventId |
integer |
Yes |
The ID of the alert event. |
14323 |
| SimilarEventScenarioCode |
string |
No |
The code of the alerting event that has the same type or rule hits. |
default |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates a unique identifier for each request. You can use the ID to troubleshoot issues. |
5861EE3E-F0B3-48B8-A5DC-A5080BFBE052 |
| CreateSimilarSecurityEventsQueryTaskResponse |
object |
The response for creating a task to query similar alert events. |
|
| Status |
string |
The task status. Valid values:
|
New |
| TaskId |
integer |
The ID of the task. |
2915 |
Examples
Success response
JSON format
{
"RequestId": "5861EE3E-F0B3-48B8-A5DC-A5080BFBE052",
"CreateSimilarSecurityEventsQueryTaskResponse": {
"Status": "New",
"TaskId": 2915
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | SecurityEventNotExists | Security event not exists. | |
| 400 | NoPermission | no permission | |
| 400 | IllegalParam | Illegal param | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.