Enables, modifies, or disables the automatic SQL optimization feature for multiple database instances at a time.
Operation description
Before you call this operation, take note of the following items:
-
If you use an SDK to call API operations of Database Autonomy Service (DAS), you must set the region ID to cn-shanghai.
-
DAS Enterprise Edition must be enabled for the database instance that you want to manage. To enable DAS Enterprise Edition for a database instance, you can call the EnableDasPro operation.
-
The autonomy service must be enabled for the database instance that you want to manage. For more information, see Autonomy center.
-
This operation supports the following database engines:
- ApsaraDB RDS for MySQL High-availability Edition or Enterprise Edition
- PolarDB for MySQL Cluster Edition or X-Engine Edition
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
hdm:UpdateAutoSqlOptimizeStatus | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Instances | string | Yes | The database instance IDs. Separate multiple IDs with commas (,). Note
You can specify up to 50 instance IDs.
| rm-bp10usoc1erj7****,rm-bp10usoc1erj7**** |
Status | integer | Yes | The status of the automatic SQL optimization feature. Valid values:
| 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "Successful",
"Data": {
"Success": "false",
"ErrorCode": "-1001",
"ErrorMsg": "invalid param"
},
"RequestId": "A52AD37C-35ED-581A-AC23-2232BE54****",
"Success": "true"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | InvalidParams | The request parameters are invalid. |
403 | NoPermission | You are not authorized to do this action. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|