Mengkueri templat kueri lanjutan untuk skenario tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
actiontrail:DescribeSearchTemplates |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| SceneId |
string |
Yes |
ID skenario. |
sc-lpYrjKouRfy3MK-wteJW_Q |
| PageNumber |
integer |
No |
Nomor halaman. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah maksimum entri yang akan dikembalikan. Nilai default: 20. |
20 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The maximum number of results returned. Default value: 20. |
20 |
| RequestId |
string |
The request ID. |
787DD24A-E322-5C0D-A730-057FE62B**** |
| TemplateList |
array<object> |
The list of template details. |
|
|
object |
|||
| Charts |
string |
The list of dashboards. This parameter is deprecated. Catatan
This parameter is deprecated and no longer returns valid data. The returned value is always an empty array |
[] |
| Description |
string |
The template description. |
Events of Console Logons by Using Cloud Account |
| Params |
string |
The filter conditions. |
[{"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 |
The scenario ID. |
sc-lpYrjKouRfy3MK-wteJW_Q |
| Sql |
string |
The query statement. |
select "event.userIdentity.accountId" as account_id, count(1) as cnt group by account_id limit 1000 |
| TemplateId |
string |
The template ID. |
tpl-wCZAFWx3Spq6CO9Ymp**** |
| TemplateName |
string |
The template name. |
Events of Console Logons by Using Cloud Account |
| Token |
string |
The identifier for the template category. |
identity.rootLogin |
| Type |
string |
The template type. |
audit |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.