forked from docs/gaussdb-mysql
Update content
This commit is contained in:
parent
632e92a69a
commit
561971e6d0
@ -12,6 +12,7 @@ This API is used to enable database proxy in ELB mode. Before using this API:
|
|||||||
|
|
||||||
- Learn how to :ref:`authorize and authenticate <gaussdb_03_0001>` it.
|
- Learn how to :ref:`authorize and authenticate <gaussdb_03_0001>` it.
|
||||||
- Obtain the required :ref:`region and endpoint <gaussdb_00_0003>`.
|
- Obtain the required :ref:`region and endpoint <gaussdb_00_0003>`.
|
||||||
|
- Database proxy is unavailable for DB instances in a DeC.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
@ -61,8 +62,6 @@ Request Parameters
|
|||||||
| | | | - **readonly** |
|
| | | | - **readonly** |
|
||||||
+-------------------+-----------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------+-----------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| nodes_read_weight | No | Array of :ref:`NodesWeight <creategaussmysqlproxy__request_nodesweight>` objects | Read weight of the node. |
|
| nodes_read_weight | No | Array of :ref:`NodesWeight <creategaussmysqlproxy__request_nodesweight>` objects | Read weight of the node. |
|
||||||
| | | | |
|
|
||||||
| | | | If **proxy_mode** is set to **readonly**, you can assign weights only for read replicas. |
|
|
||||||
+-------------------+-----------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------+-----------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _creategaussmysqlproxy__request_nodesweight:
|
.. _creategaussmysqlproxy__request_nodesweight:
|
||||||
|
@ -132,8 +132,7 @@ Success.
|
|||||||
"availability_instance_quota" : 1,
|
"availability_instance_quota" : 1,
|
||||||
"availability_vcpus_quota" : 4,
|
"availability_vcpus_quota" : 4,
|
||||||
"availability_ram_quota" : 8
|
"availability_ram_quota" : 8
|
||||||
} ],
|
} ]
|
||||||
"total_count":1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Status Code
|
Status Code
|
||||||
|
@ -5,15 +5,9 @@
|
|||||||
Change History
|
Change History
|
||||||
==============
|
==============
|
||||||
|
|
||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Released On | Description |
|
| Released On | Description |
|
||||||
+===================================+=========================================================================================================================================================================================================================+
|
+===================================+===========================================================================================================================+
|
||||||
| 2023-10-20 | Modified the following content: |
|
|
||||||
| | |
|
|
||||||
| | Added the **total_count** field to the example response in :ref:`Querying Resource Quotas <gaussdb_04_0011>`. |
|
|
||||||
| | |
|
|
||||||
| | Added the following description for the **nodes_read_weight** field in :ref:`Enabling Database Proxy <creategaussmysqlproxy>`: If **proxy_mode** is set to **readonly**, you can assign weights only for read replicas. |
|
|
||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
||||||
| 2023-07-12 | Modified the following content: |
|
| 2023-07-12 | Modified the following content: |
|
||||||
| | |
|
| | |
|
||||||
| | Delete the following APIs: |
|
| | Delete the following APIs: |
|
||||||
@ -21,12 +15,12 @@ Change History
|
|||||||
| | - Configuring Concurrency Control Rules of SQL Statements |
|
| | - Configuring Concurrency Control Rules of SQL Statements |
|
||||||
| | - Querying Concurrency Control Rules of SQL Statements |
|
| | - Querying Concurrency Control Rules of SQL Statements |
|
||||||
| | - Deleting Concurrency Control Rules of SQL Statements |
|
| | - Deleting Concurrency Control Rules of SQL Statements |
|
||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2023-04-06 | Modified the following content: |
|
| 2023-04-06 | Modified the following content: |
|
||||||
| | |
|
| | |
|
||||||
| | - Deleted the **backup_level** parameter in :ref:`Querying Backups <gaussdb_06_0004>`. |
|
| | - Deleted the **backup_level** parameter in :ref:`Querying Backups <gaussdb_06_0004>`. |
|
||||||
| | - Deleted the **retention_num_backup_level1** parameter in :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`. |
|
| | - Deleted the **retention_num_backup_level1** parameter in :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`. |
|
||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2022-11-30 | Modified the following content: |
|
| 2022-11-30 | Modified the following content: |
|
||||||
| | |
|
| | |
|
||||||
| | Added the following APIs: |
|
| | Added the following APIs: |
|
||||||
@ -65,12 +59,12 @@ Change History
|
|||||||
| | - Configuring Concurrency Control Rules of SQL Statements |
|
| | - Configuring Concurrency Control Rules of SQL Statements |
|
||||||
| | - Querying Concurrency Control Rules of SQL Statements |
|
| | - Querying Concurrency Control Rules of SQL Statements |
|
||||||
| | - Deleting Concurrency Control Rules of SQL Statements |
|
| | - Deleting Concurrency Control Rules of SQL Statements |
|
||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2020-12-09 | Modified the following content: |
|
| 2020-12-09 | Modified the following content: |
|
||||||
| | |
|
| | |
|
||||||
| | Optimized the content for API usage. |
|
| | Optimized the content for API usage. |
|
||||||
| | |
|
| | |
|
||||||
| | Modified the **spec_code description** parameter in :ref:`Querying Database Specifications <gaussdb_11_0002>`. |
|
| | Modified the **spec_code description** parameter in :ref:`Querying Database Specifications <gaussdb_11_0002>`. |
|
||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2020-05-30 | This issue is the first official release. |
|
| 2020-05-30 | This issue is the first official release. |
|
||||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user