Queries anomalous activity types.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeEventTypes |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| ParentTypeId |
integer |
No |
The ID of the parent anomalous activity type to which the child anomalous activity type belongs. Valid values:
|
01 |
| ResourceId |
integer |
No |
The resource type of the product. Valid values:
|
5 |
| Status |
integer |
No |
The status. Valid values:
|
1 |
| FeatureType |
integer |
No |
This parameter is deprecated. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
769FB3C1-F4C9-42DF-9B72-7077A8989C13 |
| EventTypeList |
array<object> |
The list of anomalous activity types. Note
If ParentTypeId is empty, the parent anomalous activity types are returned. If ParentTypeId is not empty, the child anomalous activity types are returned. |
|
|
array<object> |
The details of the anomalous activity type. |
||
| Code |
string |
The code of the parent anomalous activity type. |
01 |
| Description |
string |
The description of the parent anomalous activity type. |
权限使用异常,**** |
| Name |
string |
The name of the parent anomalous activity type. |
权限使用异常 |
| Id |
integer |
The unique ID of the parent anomalous activity type. |
1 |
| SubTypeList |
array<object> |
The list of child anomalous activity types. |
|
|
object |
The details of the child anomalous activity type. |
||
| Status |
integer |
The detection feature of Data Security Center (DSC) for the child anomalous activity type. Valid values:
|
1 |
| Description |
string |
The description of the child anomalous activity type. |
配置失当-ODPS敏感项目未设置保护,**** |
| ConfigContentType |
integer |
The format of the rule item. Valid values:
|
1 |
| EventHitCount |
integer |
The number of times the rule is hit. |
2 |
| ConfigValue |
string |
The configuration value. |
90 |
| ConfigCode |
string |
The configuration code. |
0100** |
| Code |
string |
The code of the child anomalous activity type. |
020008 |
| ConfigDescription |
string |
The configuration description. |
权限闲置期间超过阈值:目前的阈值定义为${value}个自然日 |
| Name |
string |
The name of the child anomalous activity type. |
配置失当-ODPS敏感项目未设置保护 |
| AdaptedProduct |
string |
The products to which the rule applies, including MaxCompute, OSS, AnalyticDB for MySQL, Tablestore, and ApsaraDB RDS. |
RDS |
| Id |
integer |
The unique ID of the child anomalous activity type. |
1 |
Examples
Success response
JSON format
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"EventTypeList": [
{
"Code": "01",
"Description": "权限使用异常,****",
"Name": "权限使用异常",
"Id": 1,
"SubTypeList": [
{
"Status": 1,
"Description": "配置失当-ODPS敏感项目未设置保护,****",
"ConfigContentType": 1,
"EventHitCount": 2,
"ConfigValue": "90",
"ConfigCode": "0100**",
"Code": "020008",
"ConfigDescription": "权限闲置期间超过阈值:目前的阈值定义为${value}个自然日",
"Name": "配置失当-ODPS敏感项目未设置保护",
"AdaptedProduct": "RDS",
"Id": 1
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.