全部產品
Search
文件中心

Data Security Center:DescribeEventTypes - 查詢例外狀況事件類型的列表

更新時間:Apr 21, 2026

調用本介面查詢例外狀況事件類型的列表。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

yundun-sddp:DescribeEventTypes

none

*全部資源

*

  • acs:ResourceGroupId

請求參數

名稱

類型

必填

描述

樣本值

Lang

string

請求和接收訊息的語言類型。取值:

  • zh:中文。

  • en:英文。

zh

ParentTypeId

integer

子類型例外狀況事件所屬父類型例外狀況事件 ID。取值:

  • 01:許可權使用異常。

  • 02:資料流轉異常。

  • 03:資料操作異常。

01

ResourceId

integer

產品的資源類型。取值:1:MaxCompute,2:OSS,3:ADS,4:OTS,5:RDS 等。

5

Status

integer

狀態。取值:

  • 1:可用。

  • 2:不可用。

1

FeatureType

integer

該參數已廢棄。

1

返回參數

名稱

類型

描述

樣本值

object

RequestId

string

結果的請求 ID。

769FB3C1-F4C9-42DF-9B72-7077A8989C13

EventTypeList

array<object>

例外狀況事件類型列表。

說明

ParentTypeId 為空白時,返回例外狀況事件父類型;ParentTypeId 不為空白時,返回例外狀況事件子類型。

array<object>

例外狀況事件類型詳情。

Code

string

父類型例外狀況事件編碼。

01

Description

string

父類型例外狀況事件描述資訊。

Permission usage anomaly, ****

Name

string

父類型例外狀況事件名稱。

Permission usage anomaly

Id

integer

父類型例外狀況事件的唯一標識 ID。

1

SubTypeList

array<object>

子類型例外狀況事件列表。

object

子類型例外狀況事件詳情。

Status

integer

DSC 對子類型例外狀況事件的檢測功能。取值:

  • 1:開啟。

  • 0:關閉。

1

Description

string

子類型例外狀況事件描述資訊。

Configuration error - MaxCompute sensitive project not protected,****

ConfigContentType

integer

規則項內容格式。取值:

  • 0:數字類(閾值等)。

  • 1:文本類(IP 等)。

1

EventHitCount

integer

事件叫用次數。

2

ConfigValue

string

配置值。

90

ConfigCode

string

配置編碼。

0100**

Code

string

子類型例外狀況事件編碼。

020008

ConfigDescription

string

配置描述。

Permission idle period exceeds threshold: current threshold is defined as 7 natural days

Name

string

子類型例外狀況事件名稱。

Configuration error - MaxCompute sensitive project not protected

AdaptedProduct

string

規則適用產品。取值:MaxComputeOSSADSOTSRDS 等。

RDS

Id

integer

子類型例外狀況事件唯一標識 ID。

1

樣本

正常返回樣本

JSON格式

{
  "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
        }
      ]
    }
  ]
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情