Exports the information about exceptions to a file.
Debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sas:ExportSuspEvents | none |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. The value of this parameter is specified by the system. | 127.0.XX.XX |
Dealed | string | No | The status of the alert event. Valid values:
| Y |
TimeStart | string | No | The beginning of the time range during which the exception is detected. | 2022-10-01 00:00:00 |
TimeEnd | string | No | The end of the time range during which the exception is detected. | 2022-12-05 00:00:00 |
Name | string | No | The complete name of the exception. | WEBSHELL |
Levels | string | No | The severity of the alert event. Separate multiple severities with commas (,). Valid values:
| serious,suspicious,remind |
ParentEventTypes | string | No | The alert type of the alert event. Valid values:
| WEBSHELL |
Remark | string | No | The remarks. | remark |
Status | string | No | The handling status of the exception. Valid values:
| 0 |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
From | string | No | The data source of the exception. Set the value to sas. | sas |
ClusterId | string | No | The ID of the cluster that you want to query. Note
You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters.
| c4af4fdf38a98496a9b63c2be5dae**** |
ContainerFieldName | string | No | The key of the condition that is used to query alert events on containers. Valid values:
| clusterId |
ContainerFieldValue | string | No | The value of the condition that is used to query alert events on containers. | c819391d2d520485fa3e81e2dc2ea**** |
TargetType | string | No | The dimension from which you want to configure the feature. Valid values:
| uuid |
PageSize | string | No | The number of entries to return on each page. Default value: 20. | 20 |
CurrentPage | string | No | The number of the page to return. | 1 |
AssetsTypeList | array | No | The types of assets. | |
string | No | The types of assets. | ECS | |
Uuid | string | No | The unique ID of the associated instance. | 18b7336e-d469-473b-af83-8e5420f9**** |
UniqueInfo | string | No | The unique key of the alert event. | 1fbe8d16727f61d1478a674d6fa0**** |
Id | long | No | The unique ID of the alert event. | 17821 |
OperateErrorCodeList | array | No | The status codes of alert events. | |
string | No | The status code of the alert event. Format: Operation type.Status code of the operation. The following operation types are supported:
The following status codes are supported:
| ignore. Success | |
GroupId | long | No | The ID of the asset group. | 8076980 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "EF145C20-6A19-529A-8BDD-0671DXXXXXX",
"FileName": "suspicious_event_20221209",
"Id": 1
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParam | Illegal param | - |
400 | FreeVersionNotPermit | Free version is not permitted. | The free version cannot be used. |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-13 | The Error code has changed | View Change Details |
2023-12-06 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-10-11 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-10-11 | The Error code has changed. The request parameters of the API has changed | View Change Details |