Queries all advanced query records.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
actiontrail:DescribeAdvancedQueryHistory |
list |
*All Resource
|
None |
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|
||
| QueryHistoryList |
array<object> |
The list of advanced query records. |
|
|
object |
|
||
|
QueryId |
string |
The ID of the advanced query record. |
query-uIkIvLiVSuCKqg0yoa**** |
|
QuerySql |
string |
The conditional statement for the query. |
event.userIdentity.accessKeyId: * |
|
SimpleQuery |
boolean |
Indicates whether simple query mode is enabled. |
false |
|
TimeStamp |
string |
The time when the advanced query record was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1753695874000 |
|
RequestId |
string |
The request ID. |
19F032B7-5FD8-5AC9-97FD-ACF54371**** |
Examples
Success response
JSON format
{
"QueryHistoryList": [
{
"QueryId": "query-uIkIvLiVSuCKqg0yoa****",
"QuerySql": "event.userIdentity.accessKeyId: *",
"SimpleQuery": false,
"TimeStamp": "1753695874000"
}
],
"RequestId": "19F032B7-5FD8-5AC9-97FD-ACF54371****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.