Queries advanced query templates for a specified scenario.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
actiontrail:DescribeSearchTemplates |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SceneId |
string |
Yes |
The scenario ID. |
sc-lpYrjKouRfy3MK-wteJW_Q |
| PageNumber |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The maximum number of entries to return. Default value: 20. |
20 |
Response elements
|
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. Note
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 |
Examples
Success response
JSON format
{
"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"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.