Downloads diagnostic information about SQL statements that meet specified conditions in an AnalyticDB for MySQL cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:DownloadDiagnosisRecords |
create |
DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. Note
You can call the DescribeDBClusters operation to query the information about all AnalyticDB for MySQL clusters within a region, including cluster IDs. |
am-bp1r053byu48p**** |
| StartTime |
string |
Yes |
The beginning of the time range to query. Set this parameter to a UNIX timestamp in milliseconds. Note
Only data within the last 14 days can be queried. |
1625220210000 |
| EndTime |
string |
Yes |
The end of the time range to query. Set this parameter to a UNIX timestamp in milliseconds. 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 contain a combination of
|
{"Type":"status","Value":"finished"} |
| Keyword |
string |
No |
The keyword for the query. |
select |
| MinPeakMemory |
integer |
No |
The minimum peak memory of the SQL statements, in bytes. |
88000000 |
| MaxPeakMemory |
integer |
No |
The maximum peak memory of the SQL statements, in bytes. |
88000000 |
| MinScanSize |
integer |
No |
The minimum scan size of the SQL statements, in bytes. |
100000000 |
| MaxScanSize |
integer |
No |
The maximum scan size of the SQL statements, in bytes. |
110000000 |
| ResourceGroup |
string |
No |
The resource group of the SQL statements. Note
You can call the DescribeDiagnosisDimensions operation to query the resource group, database name, username, and source IP address of the SQL statements to be queried. |
user_default |
| UserName |
string |
No |
The username used to execute the SQL statements. Note
You can call the DescribeDiagnosisDimensions operation to query the resource group, database name, username, and source IP address of the SQL statements to be queried. |
test_user |
| Database |
string |
No |
The database on which the SQL statements are executed. Note
You can call the DescribeDiagnosisDimensions operation to query the resource group, database name, username, and source IP address of the SQL statements to be queried. |
adb_demo |
| ClientIp |
string |
No |
The source IP addresses. Note
You can call the DescribeDiagnosisDimensions operation to query the resource group, database name, username, and source IP address of the SQL statements to be queried. |
106.11.XX.XX |
| Lang |
string |
No |
The language of file titles and error messages. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| DownloadId |
integer |
The ID of the download task. |
68 |
| RequestId |
string |
The request ID. |
D4ACF4E0-2952-3A87-9A2C-474058****** |
Examples
Success response
JSON format
{
"DownloadId": 68,
"RequestId": "D4ACF4E0-2952-3A87-9A2C-474058******"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.