Upgrades the dedicated proxy version of an instance.
Operation Description
The ID of the instance. You can call the DescribeDBInstances operation to query the instance ID.
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 |
---|---|---|---|---|
rds:UpgradeDBProxyInstanceKernelVersion | WRITE |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBInstanceId | string | Yes | rm-uf6wjk5**** | rm-uf6wjk5**** |
UpgradeTime | string | No | The ID of the database proxy of the instance. | MaintainTime |
SwitchTime | string | No | Upgrades the dedicated proxy version of an instance. | 2019-07-10T13:15:12Z |
DBProxyEngineType | string | No | Before you call the ModifyDBProxyEndpoint operation, make sure that the ModifyDBProxy operation is called to enable the database proxy feature for the instance.
| normal |
Response parameters
Examples
Sample success responses
JSON
format
{
"DBInstanceName": "bu9***",
"RequestId": "44537EC8-DFA2-4745-B579-E733FF2C5B9A",
"TaskId": "334362871"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidDBInstanceName | Specified parameter DBInstanceName is not valid. | The value of the DBInstanceName parameter is invalid. Check that the value of this parameter is not null or an empty string. |
403 | IncorrectDBInstanceState | The proxy instance has not been activated. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2023-04-17 | The error codes of the API operation change. | |||||||||||
| ||||||||||||
2022-06-23 | API Description Update,The error codes of the API operation change. | |||||||||||
| ||||||||||||
2022-06-08 | The error codes of the API operation change.,The input parameters of the API operation change. | |||||||||||
|