Retrieves a list of events.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListIncidents |
list |
*Incident
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region of the Data Management center for threat analysis. Select the region of the Data Management center based on the region where your assets are located. Valid values:
|
cn-hangzhou |
| Lang |
string |
No |
The language of the response messages. Valid values:
|
zh |
| IncidentName |
string |
No |
The name of the event. |
ECS unusual log in |
| IncidentUuids |
array |
No |
A list of event UUIDs. Separate multiple UUIDs with commas. |
|
|
string |
No |
A list of event UUIDs. Separate multiple UUIDs with commas. |
85ea4241-798f-4684-a876-65d4f0c3****,90ea4241-798f-4684-a876-65d4f0c3**** |
|
| IncidentStatus |
integer |
No |
The status of the event. Valid values:
|
0 |
| ThreatLevel |
array |
No |
The threat level. Valid values:
|
|
|
string |
No |
The threat level. Valid values:
|
2 |
|
| RelateAssetId |
string |
No |
The ID of the asset associated with the event. |
6c740667-80b2-476d-8924-2e706feb**** |
| RelateEntityId |
string |
No |
The ID of the entity associated with the event. |
b920ed22259f5412099e97dfda96**** |
| IncidentTags |
string |
No |
The tags of the event. |
[{\"data_source\":[\"sas\"]}] |
| AlertUuid |
string |
No |
The alert ID. |
sas_71e24437d2797ce8fc59692905a4**** |
| StartTime |
integer |
No |
The start time. This value is a UNIX timestamp in milliseconds. |
1690102943000 |
| EndTime |
integer |
No |
The end time. This value is a UNIX timestamp in milliseconds. |
1749090526055 |
| OrderFieldName |
string |
No |
The field to use for sorting.
|
GmtModified |
| OrderDirection |
string |
No |
The sort order. Valid values:
|
desc |
| PageNumber |
integer |
Yes |
The page number for paging. |
1 |
| PageSize |
integer |
Yes |
The number of entries to return on each page. |
10 |
| RoleFor |
integer |
No |
The user ID of the member. An administrator can use this parameter to switch to the perspective of this member. |
113091674488**** |
| RoleType |
integer |
No |
The type of the view. Valid values:
|
1 |
| MaxResults |
integer |
No |
The maximum number of entries to return. |
10 |
| NextToken |
string |
No |
The token that is used to retrieve the next page of results. You do not need to specify this parameter for the first query. If a NextToken value is returned in the previous query, include the value in your next query to retrieve the next page of results. |
AAAAASLVeIxed4466E0LVmGkzwS6hJKd9DGVGMDRM6Lu**** |
| Owners |
array |
No |
The UID of the event owner. |
|
|
string |
No |
The UID of the event owner. |
1234567890xxxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
6276D891-*****-55B2-87B9-74D413F7**** |
| Incidents |
array<object> |
The list of events. |
|
|
object |
The event. |
||
| IncidentName |
string |
The name of the event. |
ECS unusual log in |
| ThreatLevel |
string |
The threat level. Valid values:
|
2 |
| IncidentStatus |
integer |
The status of the event. Valid values:
|
0 |
| Owner |
string |
The UID of the event owner. |
1234567890xxxxxx |
| CreateTime |
integer |
The time when the event was created. |
1603248483000 |
| UpdateTime |
integer |
The time when the event was last updated. |
1603248483000 |
| RelateAssetCount |
integer |
The number of assets associated with the event. |
4 |
| IncidentUuid |
string |
The UUID of the event. |
dbb1d7211c9285c862aa89385098**** |
| IncidentRemark |
string |
The remarks on the event. |
remark |
| RelateAlertCount |
integer |
The number of alerts associated with the event. |
3 |
| IncidentTags |
string |
The tags of the event. |
["sys:data_source:siem","sys:trigger_type:auto"] |
| DetectionRuleId |
string |
The ID of the detection rule. |
dr-qo5ww6ux0uc28***** |
| PageNumber |
integer |
The page number for paging. |
1 |
| PageSize |
integer |
The number of entries returned on each page. |
10 |
| TotalCount |
integer |
The total number of records. |
57 |
| MaxResults |
integer |
The maximum number of entries returned. |
50 |
| NextToken |
string |
The token that is used to retrieve the next page of results. You do not need to specify this parameter for the first query. If a NextToken value is returned in the previous query, include the value in your next query to retrieve the next page of results. |
AAAAAUqcj6VO4E3ECWIrFczs**** |
Examples
Success response
JSON format
{
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****",
"Incidents": [
{
"IncidentName": "ECS unusual log in",
"ThreatLevel": "2",
"IncidentStatus": 0,
"Owner": "1234567890xxxxxx",
"CreateTime": 1603248483000,
"UpdateTime": 1603248483000,
"RelateAssetCount": 4,
"IncidentUuid": "dbb1d7211c9285c862aa89385098****",
"IncidentRemark": "remark",
"RelateAlertCount": 3,
"IncidentTags": "[\"sys:data_source:siem\",\"sys:trigger_type:auto\"]",
"DetectionRuleId": "dr-qo5ww6ux0uc28*****"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 57,
"MaxResults": 50,
"NextToken": "AAAAAUqcj6VO4E3ECWIrFczs****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.