forked from docs/gaussdb-mysql
Update content
This commit is contained in:
parent
88ea6224cd
commit
884f49fd46
@ -134,9 +134,9 @@ Example Request
|
||||
|
||||
Creating a Manual Backup
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/backups/create
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/backups/create
|
||||
{
|
||||
"instance_id" : "07033b125fd94a8a96896f8bcfee6ddain07",
|
||||
"name" : "backup-1",
|
||||
|
@ -126,9 +126,9 @@ Example Request
|
||||
|
||||
Modifying a backup policy
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
PUT https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/backups/policy/update
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/backups/policy/update
|
||||
{
|
||||
"backup_policy" : {
|
||||
"keep_days" : 7,
|
||||
|
@ -59,25 +59,23 @@ Response Parameters
|
||||
|
||||
.. table:: **Table 4** BackupPolicy
|
||||
|
||||
+-----------------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=============================+=======================+=====================================================================================================+
|
||||
| keep_days | Integer | Backup retention days. Value: **1** to **732** |
|
||||
| | | |
|
||||
| | | Minimum value: **1** |
|
||||
| | | |
|
||||
| | | Maximum value: **732** |
|
||||
+-----------------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| start_time | String | Backup time window. Automated backups will be triggered during the backup time window. |
|
||||
| | | |
|
||||
| | | The value must be a valid value in the "hh:mm-HH:MM" format. The current time is in the UTC format. |
|
||||
+-----------------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| period | String | Backup cycle configuration. Data will be automatically backed up on the selected days every week. |
|
||||
| | | |
|
||||
| | | Value range: The value is a number separated by commas (,), indicating the days of the week. |
|
||||
+-----------------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| retention_num_backup_level1 | Integer | Number of retained level-1 backups. This parameter is returned when level-1 backup is enabled. |
|
||||
+-----------------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+=======================+=======================+=====================================================================================================+
|
||||
| keep_days | Integer | Backup retention days. Value: **1** to **732** |
|
||||
| | | |
|
||||
| | | Minimum value: **1** |
|
||||
| | | |
|
||||
| | | Maximum value: **732** |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| start_time | String | Backup time window. Automated backups will be triggered during the backup time window. |
|
||||
| | | |
|
||||
| | | The value must be a valid value in the "hh:mm-HH:MM" format. The current time is in the UTC format. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| period | String | Backup cycle configuration. Data will be automatically backed up on the selected days every week. |
|
||||
| | | |
|
||||
| | | Value range: The value is a number separated by commas (,), indicating the days of the week. |
|
||||
+-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------+
|
||||
|
||||
**Status code: 400**
|
||||
|
||||
@ -106,7 +104,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/61a4ea66210545909d74a05c27a7179ein07/backups/policy
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/61a4ea66210545909d74a05c27a7179ein07/backups/policy
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
@ -121,9 +119,8 @@ Success.
|
||||
"backup_policy" : {
|
||||
"keep_days" : "7,",
|
||||
"start_time" : "19:00-20:00",
|
||||
"period" : "1,2",
|
||||
"retention_num_backup_level1" : 1
|
||||
}
|
||||
"period" : "1,2"
|
||||
}
|
||||
}
|
||||
|
||||
Status Code
|
||||
|
@ -184,7 +184,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/97b026aa9cc4417888c14c84a1ad9860/backups?instance_id=43e4feaab48f11e89039fa163ebaa7e4br01&backup_id=c0c9f155c7b7423a9d30f0175998b63bbr01&backup_type=auto&offset=0&limit=10&begin_time=2020-07-06T10:41:14+0800&end_time=2020-07-16T10:41:14+0800
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/97b026aa9cc4417888c14c84a1ad9860/backups?instance_id=43e4feaab48f11e89039fa163ebaa7e4br01&backup_id=c0c9f155c7b7423a9d30f0175998b63bbr01&backup_type=auto&offset=0&limit=10&begin_time=2020-07-06T10:41:14+0800&end_time=2020-07-16T10:41:14+0800
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -91,9 +91,9 @@ Response Parameters
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/61a4ea66210545909d74a05c27a7179ein07/proxy/enlarge
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/61a4ea66210545909d74a05c27a7179ein07/proxy/enlarge
|
||||
{
|
||||
"node_num" : 2,
|
||||
"proxy_id" : "151c14381ac14ecfb9703a745b992677po01"
|
||||
|
@ -101,9 +101,9 @@ Response Parameters
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
PUT https://{Endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/e73893ef73754465a8bd2e0857bbf13ein07/proxy/e87088f0b6a345e79db19d57c41fde15po01/weight
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/e73893ef73754465a8bd2e0857bbf13ein07/proxy/e87088f0b6a345e79db19d57c41fde15po01/weight
|
||||
{
|
||||
"master_weight" : 100
|
||||
}
|
||||
|
@ -90,9 +90,9 @@ Response Parameters
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
PUT https://{Endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/61a4ea66210545909d74a05c27a7179ein07/proxy/e87088f0b6a345e79db19d57c41fde15po01/flavor
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/61a4ea66210545909d74a05c27a7179ein07/proxy/e87088f0b6a345e79db19d57c41fde15po01/flavor
|
||||
{
|
||||
"flavor_ref" : "gaussdb.proxy.xlarge.arm.2"
|
||||
}
|
||||
|
@ -89,9 +89,9 @@ Response Parameters
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
DELETE https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/proxy
|
||||
DELETE https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/proxy
|
||||
{
|
||||
"proxy_ids" : [ "151c14381ac14ecfb9703a745b992677po01" ]
|
||||
}
|
||||
|
@ -114,9 +114,9 @@ Response Parameters
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/0483b6b16e954cb88930a360d2c4e663/instances/43e4feaab48f11e89039fa163ebaa7e4br01/proxy
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/0483b6b16e954cb88930a360d2c4e663/instances/43e4feaab48f11e89039fa163ebaa7e4br01/proxy
|
||||
{
|
||||
"flavor_ref" : "gaussdb.mysql.large.x86.4",
|
||||
"node_num" : 2,
|
||||
|
@ -9,7 +9,6 @@ Database Proxy
|
||||
- :ref:`Disabling Database Proxy <deletegaussmysqlproxy>`
|
||||
- :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`
|
||||
- :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`
|
||||
- :ref:`Querying Database Proxy Information <showgaussmysqlproxy>`
|
||||
- :ref:`Adding Database Proxy Nodes <expandgaussmysqlproxy>`
|
||||
- :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`
|
||||
- :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`
|
||||
@ -22,7 +21,6 @@ Database Proxy
|
||||
disabling_database_proxy
|
||||
querying_database_proxy_instances
|
||||
querying_database_proxy_specifications
|
||||
querying_database_proxy_information
|
||||
adding_database_proxy_nodes
|
||||
changing_specifications_of_a_database_proxy_instance
|
||||
assigning_read_weights
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -207,7 +207,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/proxies?offset=0&limit=10
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/proxies?offset=0&limit=10
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -115,7 +115,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/proxy/flavors
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/proxy/flavors
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,6 @@ Log Management
|
||||
|
||||
- :ref:`Querying Database Error Logs <listgaussmysqlerrorlog>`
|
||||
- :ref:`Querying Database Slow Logs <listgaussmysqlslowlog>`
|
||||
- :ref:`Enabling or Disabling SQL Explorer <updateauditlog>`
|
||||
- :ref:`Querying Whether SQL Explorer Is Enabled <showauditlog>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@ -16,5 +14,3 @@ Log Management
|
||||
|
||||
querying_database_error_logs
|
||||
querying_database_slow_logs
|
||||
enabling_or_disabling_sql_explorer
|
||||
querying_whether_sql_explorer_is_enabled
|
||||
|
@ -138,7 +138,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/errorlog?offset=0&limit=1&level=ALL&start_date=2022-07-10T00:00:00+0800&end_date=2022-07-19T00:00:00+0800&node_id=cc07c60e94ec4575989840e648fb4f66no07
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/errorlog?offset=0&limit=1&level=ALL&start_date=2022-07-10T00:00:00+0800&end_date=2022-07-19T00:00:00+0800&node_id=cc07c60e94ec4575989840e648fb4f66no07
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -140,7 +140,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/slowlog?offset=0&limit=1&start_date=2022-07-10T00:00:00+0800&end_date=2022-07-19T00:00:00+0800&node_id=cc07c60e94ec4575989840e648fb4f66no07&type=INSERT
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07/slowlog?offset=0&limit=1&start_date=2022-07-10T00:00:00+0800&end_date=2022-07-19T00:00:00+0800&node_id=cc07c60e94ec4575989840e648fb4f66no07&type=INSERT
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -90,9 +90,9 @@ Example Request
|
||||
|
||||
Changing a DB Instance Name
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
PUT https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/name
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/name
|
||||
{
|
||||
"name" : "gaussdb-name"
|
||||
}
|
||||
|
@ -100,9 +100,9 @@ Example Request
|
||||
|
||||
Changing instance specifications
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/action
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/action
|
||||
{
|
||||
"resize_flavor" : {
|
||||
"spec_code" : "taurus.large.4"
|
||||
|
@ -99,9 +99,9 @@ Example Request
|
||||
|
||||
Modifying the collection period of Monitoring by Seconds for an instance. The current collection period to 1s.
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
PUT https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/monitor-policy
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/monitor-policy
|
||||
{
|
||||
"monitor_switch" : true,
|
||||
"period" : 1
|
||||
|
@ -96,9 +96,9 @@ Example Request
|
||||
|
||||
Creating a read replica
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/nodes/enlarge
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/nodes/enlarge
|
||||
{
|
||||
"priorities" : [ 1, 2 ]
|
||||
}
|
||||
|
@ -305,7 +305,7 @@ Creating an instance
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances
|
||||
{
|
||||
"name" : "gaussdb-mysql-instance1",
|
||||
"region" : "br-iaas-odin1",
|
||||
|
@ -82,7 +82,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
DELETE https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07
|
||||
DELETE https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/096c0fc43e804757b59946b80dc27f8bin07
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -84,7 +84,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
DELETE https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/3d39c18788b54a919bab633874c159dfin01/nodes/096c0fc43e804757b59946b80dc27f8bin07
|
||||
DELETE https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/3d39c18788b54a919bab633874c159dfin01/nodes/096c0fc43e804757b59946b80dc27f8bin07
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -14,8 +14,6 @@ Managing DB Instances
|
||||
- :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:`Querying Dedicated Resource Pools <listgaussmysqldedicatedresources>`
|
||||
- :ref:`Querying Dedicated Resources <showdedicatedresourceinfo>`
|
||||
- :ref:`Changing the Collection Period of Monitoring by Seconds <updateinstancemonitor>`
|
||||
- :ref:`Querying the Collection Period of Monitoring by Seconds <showinstancemonitorextend>`
|
||||
|
||||
@ -32,7 +30,5 @@ Managing DB Instances
|
||||
changing_a_db_instance_name
|
||||
resetting_a_database_password
|
||||
changing_db_instance_specifications
|
||||
querying_dedicated_resource_pools
|
||||
querying_dedicated_resources
|
||||
changing_the_collection_period_of_monitoring_by_seconds
|
||||
querying_the_collection_period_of_monitoring_by_seconds
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -302,7 +302,7 @@ Querying instance details
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/97b026aa9cc4417888c14c84a1ad9860/instances/436aaafb689c4250a9a5bb33cb271e8cin07
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/97b026aa9cc4417888c14c84a1ad9860/instances/436aaafb689c4250a9a5bb33cb271e8cin07
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -232,7 +232,7 @@ Querying instances
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances?id=61a4ea66210545909d74a05c27a7179ein07&name=hyAbc&type=Cluster&datastore_type=gaussdb-mysql&vpc_id=19e5d45d-70fd-4a91-87e9-b27e71c9891f&subnet_id=bd51fb45-2dcb-4296-8783-8623bfe89bb7&private_ip=192.168.0.142&offset=0&limit=10&tags=taurusKey1=value1
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances?id=61a4ea66210545909d74a05c27a7179ein07&name=hyAbc&type=Cluster&datastore_type=gaussdb-mysql&vpc_id=19e5d45d-70fd-4a91-87e9-b27e71c9891f&subnet_id=bd51fb45-2dcb-4296-8783-8623bfe89bb7&private_ip=192.168.0.142&offset=0&limit=10&tags=taurusKey1=value1
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -89,7 +89,7 @@ Querying the collection period of Monitoring by Seconds for an instance
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/monitor-policy
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/monitor-policy
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -80,9 +80,9 @@ Example Request
|
||||
|
||||
Resetting a database password
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/password
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/instances/ba62a0b83a1b42bfab275829d86ac0fdin07/password
|
||||
{
|
||||
"password" : "Test_345612"
|
||||
}
|
||||
|
@ -123,7 +123,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/configurations
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/configurations
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -124,7 +124,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/0483b6b16e954cb88930a360d2c4e663/flavors/gaussdb-mysql?version_name=8.0&spec_code=gaussdb.mysql.xlarge.x86.4&availability_zone_mode=single
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/0483b6b16e954cb88930a360d2c4e663/flavors/gaussdb-mysql?version_name=8.0&spec_code=gaussdb.mysql.xlarge.x86.4&availability_zone_mode=single
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -94,7 +94,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/datastores/gaussdb-mysql
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/datastores/gaussdb-mysql
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -93,9 +93,9 @@ Response Parameters
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/quotas
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/quotas
|
||||
{
|
||||
"quota_list" : [ {
|
||||
"enterprise_project_id" : "0",
|
||||
|
@ -115,9 +115,9 @@ Response Parameters
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
PUT https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/quotas
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/quotas
|
||||
{
|
||||
"quota_list" : [ {
|
||||
"enterprise_project_id" : "0",
|
||||
|
@ -111,7 +111,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/quotas
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/quotas
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -122,7 +122,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/project-quotas?type=instance
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/project-quotas?type=instance
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -132,9 +132,9 @@ Example Request
|
||||
|
||||
Configuring concurrency control rules of SQL statements
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
PUT https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instance/af315b8e6aaa41799bd9a31f2de15abcin07/sql-filter/rules
|
||||
PUT https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instance/af315b8e6aaa41799bd9a31f2de15abcin07/sql-filter/rules
|
||||
{
|
||||
"sql_filter_rules" : [ {
|
||||
"node_id" : "c01a5645eb2c4fb6a9373542f5366e50no07",
|
||||
|
@ -120,9 +120,9 @@ Example Request
|
||||
|
||||
Deleting concurrency control rules of SQL statements
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
DELETE https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instance/af315b8e6aaa41799bd9a31f2de15abcin07/sql-filter/rules
|
||||
DELETE https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instance/af315b8e6aaa41799bd9a31f2de15abcin07/sql-filter/rules
|
||||
{
|
||||
"sql_filter_rules" : [ {
|
||||
"node_id" : "c01a5645eb2c4fb6a9373542f5366e50no07",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -5,8 +5,6 @@
|
||||
SQL Statement Concurrency Control
|
||||
=================================
|
||||
|
||||
- :ref:`Enabling or Disabling SQL Statement Concurrency Control <updatesqlfiltercontrol>`
|
||||
- :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>`
|
||||
@ -15,8 +13,6 @@ SQL Statement Concurrency Control
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
enabling_or_disabling_sql_statement_concurrency_control
|
||||
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
|
||||
|
@ -125,7 +125,7 @@ Querying concurrency control rules of SQL statements
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instance/af315b8e6aaa41799bd9a31f2de15abcin07/sql-filter/rules?node_id=c01a5645eb2c4fb6a9373542f5366e50no07
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instance/af315b8e6aaa41799bd9a31f2de15abcin07/sql-filter/rules?node_id=c01a5645eb2c4fb6a9373542f5366e50no07
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -100,9 +100,9 @@ Example Request
|
||||
|
||||
- Adding tags
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/tags/action
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/tags/action
|
||||
{
|
||||
"action" : "create",
|
||||
"tags" : [ {
|
||||
@ -116,9 +116,9 @@ Example Request
|
||||
|
||||
- Deleting tags
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: text
|
||||
|
||||
POST https://gaussdb-mysql.br-iaas-odin1.myhuaweicloud.com/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/tags/action
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/tags/action
|
||||
{
|
||||
"action" : "delete",
|
||||
"tags" : [ {
|
||||
|
@ -105,7 +105,7 @@ Querying tags in a specified project
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/tags?offset=0&limit=2
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/tags?offset=0&limit=2
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -107,7 +107,7 @@ Querying resource tags
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://gaussdb-mysql.br-iaas-odin1.myhuaweicloud.com/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/tags?offset=0&limit=2
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/instances/61a4ea66210545909d74a05c27a7179ein07/tags?offset=0&limit=2
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -143,7 +143,7 @@ Example Request
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
GET https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/jobs?id=a9767ede-fe0f-4888-9003-e843a4c90514
|
||||
GET https://gaussdb-mysql.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/jobs?id=a9767ede-fe0f-4888-9003-e843a4c90514
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
@ -18,11 +18,11 @@ URI
|
||||
|
||||
- URI format
|
||||
|
||||
POST https://{*Endpoint*}/mysql/v3/{project_id}/backups/create
|
||||
POST https://{endpoint}/mysql/v3/{project_id}/backups/create
|
||||
|
||||
- Example
|
||||
|
||||
POST https://{*Endpoint*}/mysql/v3/0483b6b16e954cb88930a360d2c4e663/backups/create
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/mysql/v3/0483b6b16e954cb88930a360d2c4e663/backups/create
|
||||
|
||||
- Parameter description
|
||||
|
||||
@ -140,8 +140,7 @@ Creating a Manual Backup
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
POST https://{Endpoint}/mysql/v3/0483b6b16e954cb88930a360d2c4e663/backups/create
|
||||
|
||||
POST https://gaussdb-mysql.eu-de.otc.t-systems.com/mysql/v3/0483b6b16e954cb88930a360d2c4e663/backups/create
|
||||
{
|
||||
"instance_id": "d8e6ca5a624745bcb546a227aa3ae1cfin01",
|
||||
"name": "backup-1",
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user