Queries the deduplicated statistics of SQL statements that meet a condition of the resource group, database, username, and source IP address in an AnalyticDB for MySQL cluster.
Debugging
Authorization information
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DBClusterId | string | Yes | The ID of the AnalyticDB for MySQL Data Warehouse Edition (V3.0) cluster. Note
You can call the DescribeDBClusters operation to query the IDs of all AnalyticDB for MySQL Data Warehouse Edition (V3.0) clusters within a region.
| am-bt6u59zcmd945**** |
| StartTime | string | Yes | The beginning of the time range to query. Specify a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. Note
Only data within the last 14 days can be queried. If you call this operation to query data that is earlier than 14 days, an empty string is returned.
| 1625220210000 |
| EndTime | string | Yes | The end of the time range to query. Specify a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. Note
| 1625220213000 |
| RegionId | string | Yes | The region ID of the cluster. Note
You can call the DescribeRegions operation to query the most recent region list.
| cn-hangzhou |
| QueryCondition | string | Yes | The query condition for SQL statements, which can be a combination of the
| {"Type":"maxCost","Value":"100"} |
| Lang | string | No | The language of file titles and error messages. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSONformat
{
"ClientIps": [
"106.11.xx.xx"
],
"ResourceGroups": [
"user_default"
],
"UserNames": [
"test_user"
],
"Databases": [
"tpch_1g"
],
"RequestId": "E0B56BCD-1BED-30EC-8CAF-1D1E5F******"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-08-30 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
