forked from docs/gaussdb-mysql
Update content
This commit is contained in:
parent
fe5dbb94c5
commit
255388dac8
@ -7,28 +7,26 @@ API Overview
|
||||
|
||||
With GaussDB(for MySQL) APIs, you can query, set, and modify resource quotas.
|
||||
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Type | Description |
|
||||
+===================================+====================================================================================================================================================================================================================+
|
||||
| DB engine version query | Query the DB version information of a specified DB engine. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB specifications query | Query the DB specifications of a specified DB engine version. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB instance management | Create instances, query instance lists, query instance details, delete instances, create read replicas, delete read replicas, change instance names, reset database passwords, and change instance specifications. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Backup management | Create manual backups, query backup lists, query automated backup policies, and modify automated backup policies. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter template management | Query parameter templates. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Quota management | Query, set, and modify resource quotas. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Database proxy | Query database proxy information and specifications, and enable or disable database proxy. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Log management | Obtain log information, including database error logs and slow logs. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Tag management | Manage tags, including adding tags in batches, deleting tags in batches, and querying project tags. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| SQL statement concurrency control | Query, configure and delete concurrency control rules of SQL statements. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Task center | Obtain task information about the task center. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Type | Description |
|
||||
+===============================+====================================================================================================================================================================================================================+
|
||||
| DB engine version query | Query the DB version information of a specified DB engine. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB specifications query | Query the DB specifications of a specified DB engine version. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB instance management | Create instances, query instance lists, query instance details, delete instances, create read replicas, delete read replicas, change instance names, reset database passwords, and change instance specifications. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Backup management | Create manual backups, query backup lists, query automated backup policies, and modify automated backup policies. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter template management | Query parameter templates. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Quota management | Query, set, and modify resource quotas. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Database proxy | Query database proxy information and specifications, and enable or disable database proxy. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Log management | Obtain log information, including database error logs and slow logs. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Tag management | Manage tags, including adding tags in batches, deleting tags in batches, and querying project tags. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Task center | Obtain task information about the task center. |
|
||||
+-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -14,7 +14,6 @@ APIs (Recommended)
|
||||
- :ref:`Database Proxy <topic_300000006>`
|
||||
- :ref:`Log Management <topic_300000007>`
|
||||
- :ref:`Tag Management <topic_300000009>`
|
||||
- :ref:`SQL Statement Concurrency Control <topic_300000012>`
|
||||
- :ref:`Task Center <gaussdb_04_0014>`
|
||||
|
||||
.. toctree::
|
||||
@ -30,5 +29,4 @@ APIs (Recommended)
|
||||
database_proxy/index
|
||||
log_management/index
|
||||
tag_management/index
|
||||
sql_statement_concurrency_control/index
|
||||
task_center/index
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,18 +0,0 @@
|
||||
:original_name: topic_300000012.html
|
||||
|
||||
.. _topic_300000012:
|
||||
|
||||
SQL Statement Concurrency Control
|
||||
=================================
|
||||
|
||||
- :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>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
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
@ -8,6 +8,14 @@ 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 <gaussdb_06_0004>`. |
|
||||
@ -15,40 +23,42 @@ Change History
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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>`. |
|
||||
| | - Added :ref:`Adding Database Proxy Nodes <expandgaussmysqlproxy>`. |
|
||||
| | - 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>`. |
|
||||
| | Added the following APIs: |
|
||||
| | |
|
||||
| | - :ref:`Querying Version Information About a DB Engine <gaussdb_04_0001>` |
|
||||
| | - :ref:`Querying Database Specifications <gaussdb_04_0002>` |
|
||||
| | - :ref:`Deleting a DB Instance <gaussdb_04_0007>` |
|
||||
| | - :ref:`Querying Details of a DB Instance <gaussdb_04_0006>` |
|
||||
| | - :ref:`Creating a Read Replica <gaussdb_04_0015>` |
|
||||
| | - :ref:`Deleting a Read Replica <gaussdb_04_0016>` |
|
||||
| | - :ref:`Changing a DB Instance Name <gaussdb_04_0018>` |
|
||||
| | - :ref:`Resetting a Database Password <gaussdb_04_0019>` |
|
||||
| | - :ref:`Changing DB Instance Specifications <gaussdb_04_0020>` |
|
||||
| | - :ref:`Creating a Manual Backup <gaussdb_06_0003>` |
|
||||
| | - :ref:`Querying Backups <gaussdb_06_0004>` |
|
||||
| | - :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>` |
|
||||
| | - :ref:`Modifying an Automated Backup Policy <gaussdb_06_0006>` |
|
||||
| | - :ref:`Querying Parameter Templates <gaussdb_04_0009>` |
|
||||
| | - :ref:`Querying Resource Quotas <gaussdb_04_0011>` |
|
||||
| | - :ref:`Configuring Resource Quotas <gaussdb_04_0012>` |
|
||||
| | - :ref:`Modifying Resource Quotas <gaussdb_04_0013>` |
|
||||
| | - :ref:`Querying the DB Instance Quotas of a Tenant <showgaussmysqlprojectquotas>` |
|
||||
| | - :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>` |
|
||||
| | - :ref:`Enabling Database Proxy <creategaussmysqlproxy>` |
|
||||
| | - :ref:`Disabling Database Proxy <deletegaussmysqlproxy>` |
|
||||
| | - :ref:`Adding Database Proxy Nodes <expandgaussmysqlproxy>` |
|
||||
| | - :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>` |
|
||||
| | - :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>` |
|
||||
| | - :ref:`Assigning Read Weights <setgaussmysqlproxyweight>` |
|
||||
| | - :ref:`Querying Database Error Logs <listgaussmysqlerrorlog>` |
|
||||
| | - :ref:`Querying Database Slow Logs <listgaussmysqlslowlog>` |
|
||||
| | - :ref:`Querying Resource Tags <listinstancetags>` |
|
||||
| | - :ref:`Querying Project Tags <listprojecttags>` |
|
||||
| | - :ref:`Adding or Deleting Tags in Batches <batchtagaction>` |
|
||||
| | - :ref:`Obtaining Information About a Task with a Specified ID <showgaussmysqljobinfo>` |
|
||||
| | - 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: |
|
||||
| | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user