全部產品
Search
文件中心

ActionTrail:DescribeSearchTemplates - 查詢進階查詢系統模板

更新時間:Apr 21, 2026

本介面用於查詢指定情境下的進階查詢系統模版。

調試

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

調試

授權資訊

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

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

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

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

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

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

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

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

操作

存取層級

資源類型

條件關鍵字

關聯操作

actiontrail:DescribeSearchTemplates

list

*全部資源

*

請求參數

名稱

類型

必填

描述

樣本值

SceneId

string

情境 ID。

sc-lpYrjKouRfy3MK-wteJW_Q

PageNumber

integer

頁碼。預設值:1。

1

PageSize

integer

允許返回的最大結果數目。預設值:20。

20

返回參數

名稱

類型

描述

樣本值

object

PageNumber

integer

當前頁碼。

1

PageSize

integer

允許返回的最大結果數目。

20

RequestId

string

請求 ID。

787DD24A-E322-5C0D-A730-057FE62B****

TemplateList

array<object>

模板詳情列表。

object

Charts

string

儀錶盤列表(已廢棄)。

說明

該欄位已廢棄,不再返回有效資料,當前傳回值恒為空白數組[]。建議您停止使用並從代碼中移除對該欄位的依賴。

[]

Description

string

模板描述。

Events of Console Logons by Using Cloud Account

Params

string

查詢條件參數。
該欄位以 JSON 序列化字串的形式返回,內容為結構化的查詢條件列表。您可使用對應程式設計語言的標準 JSON 還原序列化工具將其解析為對象數組。

[{"key":"event.eventName","value":"ConsoleSignin","type":"system","display":true,"displayKey":"event.eventName","displayValue":"ConsoleSignin","displayValueEn":"ConsoleSignin"},{"oper":"AND","key":"event.userIdentity.type","value":"root-account","type":"system","display":true,"displayKey":"event.userIdentity.type","displayValueEn":"Alibaba Cloud Account"}]

SceneId

string

情境 ID。

sc-lpYrjKouRfy3MK-wteJW_Q

Sql

string

查詢條件陳述式。

select "event.userIdentity.accountId" as account_id, count(1) as cnt group by account_id limit 1000

TemplateId

string

模板 ID。

tpl-wCZAFWx3Spq6CO9Ymp****

TemplateName

string

模板名稱。

Events of Console Logons by Using Cloud Account

Token

string

模板分類標識。

identity.rootLogin

Type

string

模板類型。

audit

樣本

正常返回樣本

JSON格式

{
  "PageNumber": 1,
  "PageSize": 20,
  "RequestId": "787DD24A-E322-5C0D-A730-057FE62B****",
  "TemplateList": [
    {
      "Charts": "[]",
      "Description": "Events of Console Logons by Using Cloud Account",
      "Params": "[{\"key\":\"event.eventName\",\"value\":\"ConsoleSignin\",\"type\":\"system\",\"display\":true,\"displayKey\":\"event.eventName\",\"displayValue\":\"ConsoleSignin\",\"displayValueEn\":\"ConsoleSignin\"},{\"oper\":\"AND\",\"key\":\"event.userIdentity.type\",\"value\":\"root-account\",\"type\":\"system\",\"display\":true,\"displayKey\":\"event.userIdentity.type\",\"displayValueEn\":\"Alibaba Cloud Account\"}]",
      "SceneId": "sc-lpYrjKouRfy3MK-wteJW_Q",
      "Sql": "select \"event.userIdentity.accountId\" as account_id, count(1) as cnt group by account_id limit 1000",
      "TemplateId": "tpl-wCZAFWx3Spq6CO9Ymp****",
      "TemplateName": "Events of Console Logons by Using Cloud Account",
      "Token": "identity.rootLogin",
      "Type": "audit"
    }
  ]
}

錯誤碼

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

變更歷史

更多資訊,參考變更詳情