All Products
Search
Document Center

Data Security Center:DescribeEventTypes

Last Updated:Jun 10, 2026

Mengkueri tipe aktivitas anomali.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sddp:DescribeEventTypes

none

*全部资源

*

  • acs:ResourceGroupId
None

Parameter permintaan

Parameter

Type

Required

Description

Example

Lang

string

No

Bahasa permintaan dan tanggapan. Nilai valid:

  • zh: Bahasa Mandarin.

  • en: Bahasa Inggris.

zh

ParentTypeId

integer

No

ID tipe Aktivitas anomali induk tempat tipe Aktivitas anomali anak berada. Nilai valid:

  • 01: akses izin anomali.

  • 02: aliran data anomali.

  • 03: operasi data anomali.

01

ResourceId

integer

No

Tipe Sumber daya Produk. Nilai valid:

  • 1: MaxCompute.

  • 2: Object Storage Service (OSS).

  • 3: Database Analitik for MySQL.

  • 4: Tablestore.

  • 5. ApsaraDB RDS.

5

Status

integer

No

Status. Nilai valid:

  • 1: aktif.

  • 2: tidak aktif.

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: enabled.

  • 0: disabled.

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:

  • 0: numeric (such as a threshold).

  • 1: text (such as an IP address).

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.