Queries the monitoring information about queries within a time range.
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 cluster IDs of all AnalyticDB for MySQL Data Warehouse Edition (V3.0) clusters within a region.
| am-bp108q1py5r78**** |
StartTime | string | Yes | The beginning of the time range to query. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. | 1671684348000 |
EndTime | string | Yes | The end of the time range to query. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. | 1671687948000 |
RegionId | string | Yes | The region ID of the cluster. Note
You can call the DescribeRegions operation to query the most recent region list.
| cn-beijing |
QueryCondition | string | Yes | The query conditions 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
JSON
format
{
"PerformancesThreshold": 10000,
"PerformancesTruncated": false,
"RequestId": "0F1AC5FD-16E9-5399-B81F-5AC434B1D9F8",
"Performances": [
{
"Status": "running",
"ProcessId": "202210311015270330101470300315153****",
"StartTime": 1669011260000,
"Cost": 252,
"ScanRows": 2345,
"PeakMemory": 123,
"RcHost": "192.168.XX.XX",
"ScanSize": 123,
"UserName": "rpt"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|