You can call the ModifyDBProxyInstance operation to modify the database proxy settings of an ApsaraDB RDS instance.
Operation Description
The ID of the instance. You can call the DescribeDBInstances operation to query the ID of the instance.
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:ModifyDBProxyInstance | WRITE |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBInstanceId | string | Yes | The number of proxy instances that are enabled. If the value of this parameter is 0, the database proxy feature is disabled for the instance. Valid values: 1 to 60. NoteThe capability of the database proxy to process requests increases with the number of proxy instances that are enabled. You can monitor the load on the instance and specify an appropriate number of proxy instances based on the load monitoring data. | rm-t4n3a**** |
DBProxyInstanceType | string | Yes | An internal parameter. You do not need to specify this parameter. | DedicatedProxy |
DBProxyInstanceNum | string | Yes | The time when you want to apply the new database proxy settings. Valid values:
Default value: MaintainTime. | 2 |
EffectiveTime | string | No | The ID of the request. | MaintainTime |
EffectiveSpecificTime | string | No | The operation that you want to perform. Set the value to ModifyDBProxyInstance. | 2019-07-10T13:15:12Z |
RegionId | string | No | The point in time at which you want to apply the new database proxy settings. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. NoteIf you set the EffectiveTime parameter to SpecificTime, you must specify the EffectiveSpecificTime parameter. | cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "65C55572-530E-4A53-BE03-1D08CAF0F046"
}
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 | DBInstanceStatusNotActive | Current DB instance status should be active. | The operation failed. Check the status of the RDS instance. |
403 | InvalidInstanceLevel.Malformed | The specified class code does not support the endpoint number. Please check the shard number and the current endpoint number. | The operation failed. The number of proxy terminals that you configure is not supported for the instance type. Check the number of data shards and the number of proxy terminals. |
403 | NotHaveProxy | The current instance does not have a proxy. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2023-05-15 | The error codes of the API operation change. | |||||||||||
| ||||||||||||
2022-06-23 | API Description Update,The error codes of the API operation change. | |||||||||||
| ||||||||||||
2022-06-07 | The error codes of the API operation change.,The input parameters of the API operation change. | |||||||||||
|