本介面用於查詢指定情境下的進階查詢系統模版。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
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 |
查詢條件參數。 |
[{"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"
}
]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。