This API is used to configure the routing policy for a database proxy.
POST https://{Endpoint}/v3/{project_id}/instances/{instance_id}/proxy/{proxy_id}/route-mode
Parameter |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. For details about how to obtain the project ID, see Obtaining a Project ID. |
instance_id |
Yes |
Specifies the DB instance ID. |
proxy_id |
Yes |
Database proxy ID. |
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
Content-Type |
Yes |
String |
The content type. The default value is application/json. |
X-Auth-Token |
Yes |
String |
Specifies the user token. The user token is a response to the API used to obtain a user token. |
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
master_weight |
Yes |
Integer |
Read weight of the primary instance.
|
readonly_instances |
Yes |
Array of objects |
Read weights of database nodes. For details, see Table 4.
|
route_mode |
Yes |
Integer |
Routing policy of the database proxy.
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
instance_id |
Yes |
String |
Read Replica ID. For details, see Table 9. |
weight |
Yes |
Integer |
Read weight assigned. |
Configure the routing policy for a database proxy.
POST https://rds.eu-de.otc.t-systems.com/v3/23a50154cf494ec9ad6883979a12db0a/instances/ba0fd7c13cca4655820e0f858d5d467bin01/proxy/4e2a0c70f70f4807940db73a30b5b522po01/route-mode
{
"master_weight" : 0,
"readonly_instances" : [ {
"instance_id" : "2edc88e921bb4129bb4d9b76be66811dno07",
"weight" : 1
} ],
"route_mode" : 2
}
Parameter |
Type |
Description |
|---|---|---|
result |
String |
Result of changing the routing policy of the database proxy.
|
{
"result" : "success"
}
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.