forked from docs/gaussdb-mysql
Update content
This commit is contained in:
parent
fc84a8acd2
commit
536d97329e
@ -94,7 +94,7 @@ Example Request
|
||||
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/61a4ea66210545909d74a05c27a7179ein07/proxy/e87088f0b6a345e79db19d57c41fde15po01/flavor
|
||||
{
|
||||
"flavor_ref" :gaussdb.proxy.xlarge.x86.2
|
||||
"flavor_ref" :"gaussdb.proxy.xlarge.x86.2"
|
||||
}
|
||||
|
||||
Example Response
|
||||
|
@ -38,7 +38,7 @@ Request Parameters
|
||||
============ ========= ====== ===========
|
||||
Parameter Mandatory Type Description
|
||||
============ ========= ====== ===========
|
||||
X-Auth-Token No String User token.
|
||||
X-Auth-Token Yes String User token.
|
||||
X-Language No String Language.
|
||||
============ ========= ====== ===========
|
||||
|
||||
@ -100,12 +100,12 @@ Example Request
|
||||
|
||||
Changing instance specifications
|
||||
|
||||
.. code-block:: text
|
||||
.. code-block::
|
||||
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/action
|
||||
{
|
||||
"resize_flavor" : {
|
||||
"spec_code" : "taurus.large.4"
|
||||
"spec_code" : "gaussdb.mysql.xlarge.arm.8"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
SQL Statement Concurrency Control
|
||||
=================================
|
||||
|
||||
- :ref:`Querying Whether SQL Statement Concurrency Control Is Enabled <showsqlfiltercontrol>`
|
||||
- :ref:`Configuring Concurrency Control Rules of SQL Statements <setsqlfilterrule>`
|
||||
- :ref:`Querying Concurrency Control Rules of SQL Statements <showsqlfilterrule>`
|
||||
- :ref:`Deleting Concurrency Control Rules of SQL Statements <deletesqlfilterrule>`
|
||||
@ -14,7 +13,6 @@ SQL Statement Concurrency Control
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
querying_whether_sql_statement_concurrency_control_is_enabled
|
||||
configuring_concurrency_control_rules_of_sql_statements
|
||||
querying_concurrency_control_rules_of_sql_statements
|
||||
deleting_concurrency_control_rules_of_sql_statements
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -67,7 +67,7 @@ Request Parameters
|
||||
+--------------------------+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| datastore | Yes | :ref:`MysqlDatastore <gaussdb_11_0004__en-us_topic_0000001226682425_request_mysqldatastore>` object | Database information. |
|
||||
+--------------------------+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| mode | Yes | String | DB instance type, which is case-insensitive. Its value is **Cluster**. |
|
||||
| mode | Yes | String | DB instance type, which is case-insensitive. Currently, only the cluster type is supported. |
|
||||
+--------------------------+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| flavor_ref | Yes | String | Specification code. For details, see :ref:`Querying Database Specifications <gaussdb_11_0002>`. |
|
||||
+--------------------------+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -238,17 +238,17 @@ Response Parameters
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+==========================+================================================================================================================+===============================================================================================================================================================+
|
||||
| id | String | DB instance ID. |
|
||||
| id | String | Instance ID. |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| name | String | DB instance name. Instances of the same type can have same names under the same tenant. |
|
||||
| | | |
|
||||
| | | The name consists of 4 to 64 characters and starts with a letter. It is case-insensitive and contains only letters, digits, hyphens (-), and underscores (_). |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| status | String | DB instance status. Value: **creating**. |
|
||||
| status | String | Instance status. Value: **creating**. |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| datastore | :ref:`MysqlDatastore <gaussdb_11_0004__en-us_topic_0000001226682425_response_mysqldatastore>` object | Database information. |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| mode | String | DB instance type. Currently, Its value is **Cluster**. |
|
||||
| mode | String | DB instance type. Currently, only the cluster type is supported. |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| configuration_id | String | Parameter template ID. |
|
||||
+--------------------------+----------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@ -352,12 +352,13 @@ Example Request
|
||||
|
||||
Creating a DB instance
|
||||
|
||||
.. code-block:: text
|
||||
.. code-block::
|
||||
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/mysql/v3/0483b6b16e954cb88930a360d2c4e663/instances
|
||||
|
||||
{
|
||||
"name" : "gaussdb-mysql-instance1",
|
||||
"region" : "cn-cmcc1",
|
||||
"region" : "xxxx",
|
||||
"charge_info" : {
|
||||
"charge_mode" : "postPaid"
|
||||
},
|
||||
@ -366,12 +367,12 @@ Creating a DB instance
|
||||
"version" : "8.0"
|
||||
},
|
||||
"mode" : "Cluster",
|
||||
"flavor_ref" : "taurus.large.4",
|
||||
"flavor_ref" : "gaussdb.mysql.xlarge.arm.8",
|
||||
"vpc_id" : "3cedfc54-b105-4652-a4e0-847b11576b58",
|
||||
"subnet_id" : "c1cfa53c-65d3-431e-8552-326bf310c7ad",
|
||||
"security_group_id" : "fc577a1a-f202-424a-977f-24faec3fdd55",
|
||||
"configuration_id" : "43570e0de32e40c5a15f831aa5ce4176pr07",
|
||||
"password" : "Hu2wei@13",
|
||||
"password" : "xxxxx",
|
||||
"backup_strategy" : {
|
||||
"start_time" : "08:00-09:00"
|
||||
},
|
||||
@ -397,7 +398,7 @@ Success.
|
||||
"instance" : {
|
||||
"id" : "5eebbb4c0f9f4a99b42ed1b6334569aain07",
|
||||
"name" : "gaussdb-mysql-instance1",
|
||||
"region" : "cn-cmcc1",
|
||||
"region" : "xxxx",
|
||||
"charge_info" : {
|
||||
"charge_mode" : "postPaid"
|
||||
},
|
||||
@ -406,7 +407,7 @@ Success.
|
||||
"version" : "8.0"
|
||||
},
|
||||
"mode" : "Cluster",
|
||||
"flavor_ref" : "taurus.large.4",
|
||||
"flavor_ref" : "gaussdb.mysql.xlarge.arm.8",
|
||||
"vpc_id" : "3cedfc54-b105-4652-a4e0-847b11576b58",
|
||||
"subnet_id" : "c1cfa53c-65d3-431e-8552-326bf310c7ad",
|
||||
"security_group_id" : "fc577a1a-f202-424a-977f-24faec3fdd55",
|
||||
|
@ -10,11 +10,29 @@ Change History
|
||||
+===================================+===========================================================================================================================+
|
||||
| 2023-04-06 | Modified the following content: |
|
||||
| | |
|
||||
| | - Deleted the parameter **backup_level** in :ref:`Querying Backups <gaussdb_06_0004>`. |
|
||||
| | - Deleted the parameter **retention_num_backup_level1** in :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`. |
|
||||
| | - 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>`. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2022-11-30 | Modified the following content: |
|
||||
| | |
|
||||
| | - Added :ref:`Querying Version Information About a DB Engine <gaussdb_04_0001>`. |
|
||||
| | - Added :ref:`Querying Database Specifications <gaussdb_04_0002>`. |
|
||||
| | - Added :ref:`Deleting a DB Instance <gaussdb_04_0007>`. |
|
||||
| | - Added :ref:`Querying Details of a DB Instance <gaussdb_04_0006>`. |
|
||||
| | - Added :ref:`Creating a Read Replica <gaussdb_04_0015>`. |
|
||||
| | - Added :ref:`Deleting a Read Replica <gaussdb_04_0016>`. |
|
||||
| | - Added :ref:`Changing a DB Instance Name <gaussdb_04_0018>`. |
|
||||
| | - Added :ref:`Resetting a Database Password <gaussdb_04_0019>`. |
|
||||
| | - Added :ref:`Changing DB Instance Specifications <gaussdb_04_0020>`. |
|
||||
| | - Added :ref:`Creating a Manual Backup <gaussdb_06_0003>`. |
|
||||
| | - Added :ref:`Querying Backups <gaussdb_06_0004>`. |
|
||||
| | - Added :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`. |
|
||||
| | - Added :ref:`Modifying an Automated Backup Policy <gaussdb_06_0006>`. |
|
||||
| | - Added :ref:`Querying Parameter Templates <gaussdb_04_0009>`. |
|
||||
| | - Added :ref:`Querying Resource Quotas <gaussdb_04_0011>`. |
|
||||
| | - Added :ref:`Configuring Resource Quotas <gaussdb_04_0012>`. |
|
||||
| | - Added :ref:`Modifying Resource Quotas <gaussdb_04_0013>`. |
|
||||
| | - Added :ref:`Querying the DB Instance Quotas of a Tenant <showgaussmysqlprojectquotas>`. |
|
||||
| | - Added :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`. |
|
||||
| | - Added :ref:`Enabling Database Proxy <creategaussmysqlproxy>`. |
|
||||
| | - Added :ref:`Disabling Database Proxy <deletegaussmysqlproxy>`. |
|
||||
@ -22,12 +40,21 @@ Change History
|
||||
| | - Added :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`. |
|
||||
| | - Added :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`. |
|
||||
| | - Added :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`. |
|
||||
| | - Added :ref:`Querying Database Error Logs <listgaussmysqlerrorlog>`. |
|
||||
| | - Added :ref:`Querying Database Slow Logs <listgaussmysqlslowlog>`. |
|
||||
| | - Added :ref:`Querying Resource Tags <listinstancetags>`. |
|
||||
| | - Added :ref:`Querying Project Tags <listprojecttags>`. |
|
||||
| | - Added :ref:`Adding or Deleting Tags in Batches <batchtagaction>`. |
|
||||
| | - Added :ref:`Configuring Concurrency Control Rules of SQL Statements <setsqlfilterrule>`. |
|
||||
| | - Added :ref:`Querying Concurrency Control Rules of SQL Statements <showsqlfilterrule>`. |
|
||||
| | - Added :ref:`Deleting Concurrency Control Rules of SQL Statements <deletesqlfilterrule>`. |
|
||||
| | - Added :ref:`Obtaining Information About a Task with a Specified ID <showgaussmysqljobinfo>`. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2020-12-09 | Modified the following content: |
|
||||
| | |
|
||||
| | Optimized the content for API usage. |
|
||||
| | |
|
||||
| | Modified the **spec_code description** 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. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user