From ad596bc3f59378c42eaa51ed67da69415c78b31c Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Fri, 20 Oct 2023 09:30:57 +0000 Subject: [PATCH] Update content --- .../enabling_database_proxy.rst | 3 +- .../querying_resource_quotas.rst | 3 +- api-ref/source/change_history.rst | 132 +++++++++--------- 3 files changed, 73 insertions(+), 65 deletions(-) diff --git a/api-ref/source/apis_recommended/database_proxy/enabling_database_proxy.rst b/api-ref/source/apis_recommended/database_proxy/enabling_database_proxy.rst index 2e1d326..6d1a991 100644 --- a/api-ref/source/apis_recommended/database_proxy/enabling_database_proxy.rst +++ b/api-ref/source/apis_recommended/database_proxy/enabling_database_proxy.rst @@ -12,7 +12,6 @@ This API is used to enable database proxy in ELB mode. Before using this API: - Learn how to :ref:`authorize and authenticate ` it. - Obtain the required :ref:`region and endpoint `. -- Database proxy is unavailable for DB instances in a DeC. URI --- @@ -62,6 +61,8 @@ Request Parameters | | | | - **readonly** | +-------------------+-----------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | nodes_read_weight | No | Array of :ref:`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: diff --git a/api-ref/source/apis_recommended/quota_management/querying_resource_quotas.rst b/api-ref/source/apis_recommended/quota_management/querying_resource_quotas.rst index 626c043..08b6750 100644 --- a/api-ref/source/apis_recommended/quota_management/querying_resource_quotas.rst +++ b/api-ref/source/apis_recommended/quota_management/querying_resource_quotas.rst @@ -132,7 +132,8 @@ Success. "availability_instance_quota" : 1, "availability_vcpus_quota" : 4, "availability_ram_quota" : 8 - } ] + } ], + "total_count":1 } Status Code diff --git a/api-ref/source/change_history.rst b/api-ref/source/change_history.rst index 4c65fa0..493b637 100644 --- a/api-ref/source/change_history.rst +++ b/api-ref/source/change_history.rst @@ -5,66 +5,72 @@ Change History ============== -+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ -| Released On | Description | -+===================================+===========================================================================================================================+ -| 2023-07-12 | Modified the following content: | -| | | -| | Delete the following APIs: | -| | | -| | - Configuring Concurrency Control Rules of SQL Statements | -| | - Querying Concurrency Control Rules of SQL Statements | -| | - Deleting Concurrency Control Rules of SQL Statements | -+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ -| 2023-04-06 | Modified the following content: | -| | | -| | - Deleted the **backup_level** parameter in :ref:`Querying Backups `. | -| | - Deleted the **retention_num_backup_level1** parameter in :ref:`Querying an Automated Backup Policy `. | -+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ -| 2022-11-30 | Modified the following content: | -| | | -| | Added the following APIs: | -| | | -| | - :ref:`Querying Version Information About a DB Engine ` | -| | - :ref:`Querying Database Specifications ` | -| | - :ref:`Deleting a DB Instance ` | -| | - :ref:`Querying Details of a DB Instance ` | -| | - :ref:`Creating a Read Replica ` | -| | - :ref:`Deleting a Read Replica ` | -| | - :ref:`Changing a DB Instance Name ` | -| | - :ref:`Resetting a Database Password ` | -| | - :ref:`Changing DB Instance Specifications ` | -| | - :ref:`Creating a Manual Backup ` | -| | - :ref:`Querying Backups ` | -| | - :ref:`Querying an Automated Backup Policy ` | -| | - :ref:`Modifying an Automated Backup Policy ` | -| | - :ref:`Querying Parameter Templates ` | -| | - :ref:`Querying Resource Quotas ` | -| | - :ref:`Configuring Resource Quotas ` | -| | - :ref:`Modifying Resource Quotas ` | -| | - :ref:`Querying the DB Instance Quotas of a Tenant ` | -| | - :ref:`Querying Database Proxy Specifications ` | -| | - :ref:`Enabling Database Proxy ` | -| | - :ref:`Disabling Database Proxy ` | -| | - :ref:`Adding Database Proxy Nodes ` | -| | - :ref:`Querying Database Proxy Instances ` | -| | - :ref:`Changing Specifications of a Database Proxy Instance ` | -| | - :ref:`Assigning Read Weights ` | -| | - :ref:`Querying Database Error Logs ` | -| | - :ref:`Querying Database Slow Logs ` | -| | - :ref:`Querying Resource Tags ` | -| | - :ref:`Querying Project Tags ` | -| | - :ref:`Adding or Deleting Tags in Batches ` | -| | - :ref:`Obtaining Information About a Task with a Specified ID ` | -| | - Configuring Concurrency Control Rules of SQL Statements | -| | - Querying Concurrency Control Rules of SQL Statements | -| | - Deleting Concurrency Control Rules of SQL Statements | -+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ -| 2020-12-09 | Modified the following content: | -| | | -| | Optimized the content for API usage. | -| | | -| | Modified the **spec_code description** parameter in :ref:`Querying Database Specifications `. | -+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ -| 2020-05-30 | This issue is the first official release. | -+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Released On | Description | ++===================================+=========================================================================================================================================================================================================================+ +| 2023-10-20 | Modified the following content: | +| | | +| | Added the **total_count** field to the example response in :ref:`Querying Resource Quotas `. | +| | | +| | Added the following description for the **nodes_read_weight** field in :ref:`Enabling Database Proxy `: If **proxy_mode** is set to **readonly**, you can assign weights only for read replicas. | ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 2023-07-12 | Modified the following content: | +| | | +| | Delete the following APIs: | +| | | +| | - Configuring Concurrency Control Rules of SQL Statements | +| | - Querying Concurrency Control Rules of SQL Statements | +| | - Deleting Concurrency Control Rules of SQL Statements | ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 2023-04-06 | Modified the following content: | +| | | +| | - Deleted the **backup_level** parameter in :ref:`Querying Backups `. | +| | - Deleted the **retention_num_backup_level1** parameter in :ref:`Querying an Automated Backup Policy `. | ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 2022-11-30 | Modified the following content: | +| | | +| | Added the following APIs: | +| | | +| | - :ref:`Querying Version Information About a DB Engine ` | +| | - :ref:`Querying Database Specifications ` | +| | - :ref:`Deleting a DB Instance ` | +| | - :ref:`Querying Details of a DB Instance ` | +| | - :ref:`Creating a Read Replica ` | +| | - :ref:`Deleting a Read Replica ` | +| | - :ref:`Changing a DB Instance Name ` | +| | - :ref:`Resetting a Database Password ` | +| | - :ref:`Changing DB Instance Specifications ` | +| | - :ref:`Creating a Manual Backup ` | +| | - :ref:`Querying Backups ` | +| | - :ref:`Querying an Automated Backup Policy ` | +| | - :ref:`Modifying an Automated Backup Policy ` | +| | - :ref:`Querying Parameter Templates ` | +| | - :ref:`Querying Resource Quotas ` | +| | - :ref:`Configuring Resource Quotas ` | +| | - :ref:`Modifying Resource Quotas ` | +| | - :ref:`Querying the DB Instance Quotas of a Tenant ` | +| | - :ref:`Querying Database Proxy Specifications ` | +| | - :ref:`Enabling Database Proxy ` | +| | - :ref:`Disabling Database Proxy ` | +| | - :ref:`Adding Database Proxy Nodes ` | +| | - :ref:`Querying Database Proxy Instances ` | +| | - :ref:`Changing Specifications of a Database Proxy Instance ` | +| | - :ref:`Assigning Read Weights ` | +| | - :ref:`Querying Database Error Logs ` | +| | - :ref:`Querying Database Slow Logs ` | +| | - :ref:`Querying Resource Tags ` | +| | - :ref:`Querying Project Tags ` | +| | - :ref:`Adding or Deleting Tags in Batches ` | +| | - :ref:`Obtaining Information About a Task with a Specified ID ` | +| | - Configuring Concurrency Control Rules of SQL Statements | +| | - Querying Concurrency Control Rules of SQL Statements | +| | - Deleting Concurrency Control Rules of SQL Statements | ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 2020-12-09 | Modified the following content: | +| | | +| | Optimized the content for API usage. | +| | | +| | Modified the **spec_code description** parameter in :ref:`Querying Database Specifications `. | ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| 2020-05-30 | This issue is the first official release. | ++-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+