Mencantumkan event anomali.
Deskripsi operasi
This operation queries alerts for data breach risks to help you find and handle them.
QPS limits
The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, your API calls are throttled. This may affect your business. Plan your API calls accordingly.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeEvents |
list |
*全部资源
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa permintaan dan tanggapan. Nilai default: zh_cn. Nilai valid:
|
zh_cn |
| Id |
integer |
No |
ID unik dari Aktivitas anomali. |
789026 |
| UserId |
integer |
No |
ID akun yang melakukan operasi yang memicu Aktivitas anomali. |
1978132506596*** |
| DealUserId |
string |
No |
ID akun yang menghandle Aktivitas anomali. |
yundun-*** |
| Status |
string |
No |
Status penghandle-an Aktivitas anomali.
|
1 |
| TypeCode |
string |
No |
Kode tipe induk dari Aktivitas anomali.
|
02 |
| SubTypeCode |
string |
No |
Nama tipe anak dari Aktivitas anomali. Catatan
Untuk mengkueri Aktivitas anomali berdasarkan nama tipe anak, panggil operasi DescribeEventTypes untuk mendapatkan namanya. |
Abnormal data download volume |
| StartTime |
string |
No |
Pengatur waktu saat Aktivitas anomali terjadi. Ini adalah pengatur waktu mulai deteksi. Nilainya adalah Stempel waktu UNIX. Unit: milidetik. |
1657900000 |
| EndTime |
string |
No |
Pengatur waktu saat deteksi Aktivitas anomali berakhir. Nilainya adalah Stempel waktu UNIX. Unit: milidetik. |
1698700000 |
| PageSize |
integer |
No |
Jumlah entri yang dikembalikan per halaman. |
12 |
| CurrentPage |
integer |
No |
Nomor halaman yang dikembalikan. |
1 |
| InstanceName |
string |
No |
Nama Instans aset data. |
rm-uf6yzvbc2tg90iuxk.l**** |
| ProductCode |
string |
No |
Layanan tempat aset data berada. Nilai valid mencakup MaxCompute, OSS, ADS, OTS, dan RDS. |
OSS |
| TargetProductCode |
string |
No |
Layanan tujuan untuk event aliran data anomali. Nilai valid mencakup MaxCompute, OSS, ADS, OTS, dan RDS. |
RDS |
| UserName |
string |
No |
Nama pengguna dari Pengguna RAM. |
name |
| WarnLevel |
integer |
No |
Tingkat risiko Aktivitas anomali.
|
1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| CurrentPage |
integer |
The page number of the returned page. |
1 |
| RequestId |
string |
The ID of the request. |
769FB3C1-F4C9-42DF-9B72-7077A8989C13 |
| PageSize |
integer |
The number of entries returned per page. |
12 |
| TotalCount |
integer |
The total number of entries returned. |
1 |
| Items |
array<object> |
A list of anomalous activities. |
|
|
object |
An anomalous activity object. |
||
| DisplayName |
string |
The display name of the account that performed the operation. |
yundunsr |
| Status |
integer |
The processing status of the anomalous activity.
|
0 |
| WarnLevel |
integer |
The risk level of the anomalous activity.
|
2 |
| UserId |
integer |
The ID of the account that performed the operation. |
1978132506596*** |
| StatusName |
string |
The name of the processing status. |
Pending |
| DealTime |
integer |
The time when the anomalous activity was handled. The value is a UNIX timestamp in milliseconds. |
12223300 |
| DealLoginName |
string |
The logon name of the account that handled the anomalous activity. |
det1111 |
| SubTypeName |
string |
The name of the child type of the anomalous activity. |
Abnormal data download volume |
| Backed |
boolean |
Indicates whether enhanced detection is enabled for the anomalous activity. Enhanced detection improves detection accuracy and the alert reporting rate.
|
false |
| EventTime |
integer |
The time when the anomalous activity occurred. The value is a UNIX timestamp. Unit: milliseconds. |
1545829129000 |
| LoginName |
string |
The logon name of the account that performed the operation. |
det1111 |
| SubTypeCode |
string |
The code of the child type of the anomalous activity. |
020008 |
| TargetProductCode |
string |
The destination service for the anomalous data flow event. |
RDS |
| TypeCode |
string |
The code of the parent type of the anomalous activity. |
02 |
| AlertTime |
integer |
The time when an alert was generated for the anomalous activity. The value is a UNIX timestamp. Unit: milliseconds. |
154529000 |
| DealUserId |
integer |
The ID of the account that handled the anomalous activity. |
229157443385014*** |
| TypeName |
string |
The name of the parent type of the anomalous activity. |
Abnormal data flow |
| DealDisplayName |
string |
The display name of the account that handled the anomalous activity. |
yundunsr |
| Id |
integer |
The unique ID of the anomalous activity that is recorded in Data Security Center (DSC). |
42233335555 |
| ProductCode |
string |
The service to which the anomalous activity belongs. |
RDS |
Contoh
Respons sukses
JSONformat
{
"CurrentPage": 1,
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"PageSize": 12,
"TotalCount": 1,
"Items": [
{
"DisplayName": "yundunsr",
"Status": 0,
"WarnLevel": 2,
"UserId": 0,
"StatusName": "Pending",
"DealTime": 12223300,
"DealLoginName": "det1111",
"SubTypeName": "Abnormal data download volume",
"Backed": false,
"EventTime": 1545829129000,
"LoginName": "det1111",
"SubTypeCode": "020008",
"TargetProductCode": "RDS",
"TypeCode": "02",
"AlertTime": 154529000,
"DealUserId": 0,
"TypeName": "Abnormal data flow",
"DealDisplayName": "yundunsr",
"Id": 42233335555,
"ProductCode": "RDS"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.