Query resubmission configuration
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:DescribeResubmitConfig |
get |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-4690g37929XXXX |
| DBClusterId |
string |
Yes |
The ID of the Data Warehouse Edition (V3.0) cluster. Note
You can call the DescribeDBClusters operation to query the IDs of all Data Warehouse Edition (V3.0) clusters in the destination region. |
am-8vbyw9awuj141haf9 |
| GroupName |
string |
Yes |
The name of the resource group. Note
You can call the DescribeDBResourceGroup operation to query the name of the resource group for a specific cluster. |
test_group |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
8D217417-BBA7-566C-9B9D-FFCBC86112B0 |
| DBClusterId |
string |
The ID of the Data Warehouse Edition (V3.0) cluster. Note
You can call the DescribeDBClusters operation to query the IDs of all Data Warehouse Edition (V3.0) clusters in the destination region. |
am-8vbyw9awuj141haf9 |
| Rules |
array<object> |
The list of rules. |
|
|
object |
|||
| PeakMemory |
string |
The peak memory usage. |
32 |
| QueryTime |
string |
The execution duration of the SQL statement. Unit: milliseconds (ms). |
300 |
| TargetGroupName |
string |
The name of the destination resource group. |
test_target_group |
| ExceedMemoryException |
boolean |
Indicates whether an out-of-memory (OOM) exception is configured. |
false |
| GroupName |
string |
The name of the source resource group. |
test_group |
Examples
Success response
JSON format
{
"RequestId": "8D217417-BBA7-566C-9B9D-FFCBC86112B0",
"DBClusterId": "am-8vbyw9awuj141haf9",
"Rules": [
{
"PeakMemory": "32",
"QueryTime": "300",
"TargetGroupName": "test_target_group",
"ExceedMemoryException": false,
"GroupName": "test_group"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.