Mengkueri tipe aktivitas anomali.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeEventTypes |
none |
*全部资源
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa permintaan dan tanggapan. Nilai valid:
|
zh |
| ParentTypeId |
integer |
No |
ID tipe Aktivitas anomali induk tempat tipe Aktivitas anomali anak berada. Nilai valid:
|
01 |
| ResourceId |
integer |
No |
Tipe Sumber daya Produk. Nilai valid:
|
5 |
| Status |
integer |
No |
Status. Nilai valid:
|
1 |
| FeatureType |
integer |
No |
Parameter ini sudah tidak digunakan. |
1 |
Elemen respons
|
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. Catatan
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. |
Permission usage anomaly, **** |
| Name |
string |
The name of the parent anomalous activity type. |
Permission usage anomaly |
| 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. |
Configuration error - MaxCompute sensitive project not protected,**** |
| 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. |
Permission idle period exceeds threshold: current threshold is defined as 7 natural days |
| Name |
string |
The name of the child anomalous activity type. |
Configuration error - MaxCompute sensitive project not protected |
| 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 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"EventTypeList": [
{
"Code": "01",
"Description": "Permission usage anomaly, ****",
"Name": "Permission usage anomaly",
"Id": 1,
"SubTypeList": [
{
"Status": 1,
"Description": "Configuration error - MaxCompute sensitive project not protected,****",
"ConfigContentType": 1,
"EventHitCount": 2,
"ConfigValue": "90",
"ConfigCode": "0100**",
"Code": "020008",
"ConfigDescription": "Permission idle period exceeds threshold: current threshold is defined as 7 natural days\n\n\n",
"Name": "Configuration error - MaxCompute sensitive project not protected",
"AdaptedProduct": "RDS",
"Id": 1
}
]
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.