Update content
This commit is contained in:
parent
ae80d6b8e6
commit
3dc5140a9a
@ -333,7 +333,7 @@ Responses
|
|||||||
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| name | String | which is the same as the request parameter. |
|
| name | String | which is the same as the request parameter. |
|
||||||
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| datastore | Object | Indicates the database information, which is the same as the request parameter. For more information, see :ref:`Table 7 <dds_api_0038__table149461548134>`. |
|
| datastore | Object | Indicates the database information, which is the same as the request parameter. For more information, see :ref:`Table 7 <dds_api_0038__table228903751753>`. |
|
||||||
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| created | String | Indicates the creation time in the following format: yyyy-mm-dd hh:mm:ss. |
|
| created | String | Indicates the creation time in the following format: yyyy-mm-dd hh:mm:ss. |
|
||||||
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
@ -364,21 +364,22 @@ Responses
|
|||||||
| ssl_option | String | Indicates whether to enable SSL, which functions the same as the request parameter. |
|
| ssl_option | String | Indicates whether to enable SSL, which functions the same as the request parameter. |
|
||||||
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _dds_api_0038__table149461548134:
|
.. _dds_api_0038__table228903751753:
|
||||||
|
|
||||||
.. table:: **Table 7** datastore field data structure description
|
.. table:: **Table 7** datastore field data structure description
|
||||||
|
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Name | Mandatory | Type | Description |
|
| Name | Mandatory | Type | Description |
|
||||||
+=================+=================+=================+====================================================================================================================+
|
+=================+=================+=================+==================================================================================================================================+
|
||||||
| type | Yes | String | Specifies the database type. The value is **DDS-Community**. |
|
| type | Yes | String | Specifies the database type. The value is **DDS-Community**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| version | Yes | String | Specifies the database version. Versions 4.2, 4.0 and 3.4 are supported. The value can be **4.2, 4.0** or **3.4**. |
|
| version | Yes | String | Specifies the database version. Versions 4.2, 4.0, 3.4 and 3.2 are supported. The value can be **4.2, 4.0,** **3.4** or **3.2**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| storage_engine | Yes | String | Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines. |
|
| storage_engine | Yes | String | Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | - If the database version is 4.2, 4.0 or 3.4 and the storage engine is WiredTiger, the value is **wiredTiger**. |
|
| | | | - If the database version is 4.2 and the storage engine is RocksDB, the value is **rocksDB**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
| | | | - If the database version is 4.0, 3.4 or 3.2 and the storage engine is WiredTiger, the value is **wiredTiger**. |
|
||||||
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _dds_api_0038__table119482048538:
|
.. _dds_api_0038__table119482048538:
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ This API is used to kill sessions of an instance node.
|
|||||||
Constraints
|
Constraints
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Community Edition 3.4, 4.0, and 4.2 instances are supported.
|
- Community Edition 3.4 and 4.0 instances are supported.
|
||||||
- Inactive sessions cannot be terminated.
|
- Inactive sessions cannot be terminated.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
|
@ -13,7 +13,7 @@ This API is used to query sessions of instance nodes.
|
|||||||
Constraints
|
Constraints
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Community Edition 3.4, 4.0, and 4.2 instances are supported.
|
Community Edition 3.4 and 4.0 instances are supported.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
---
|
---
|
||||||
|
@ -120,17 +120,18 @@ Requests
|
|||||||
|
|
||||||
.. table:: **Table 3** datastore field data structure description
|
.. table:: **Table 3** datastore field data structure description
|
||||||
|
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Name | Mandatory | Type | Description |
|
| Name | Mandatory | Type | Description |
|
||||||
+=================+=================+=================+====================================================================================================================+
|
+=================+=================+=================+==================================================================================================================================+
|
||||||
| type | Yes | String | Specifies the database type. The value is **DDS-Community**. |
|
| type | Yes | String | Specifies the database type. The value is **DDS-Community**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| version | Yes | String | Specifies the database version. Versions 4.2, 4.0 and 3.4 are supported. The value can be **4.2, 4.0** or **3.4**. |
|
| version | Yes | String | Specifies the database version. Versions 4.2, 4.0, 3.4 and 3.2 are supported. The value can be **4.2, 4.0,** **3.4** or **3.2**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| storage_engine | Yes | String | Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines. |
|
| storage_engine | Yes | String | Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | - If the database version is 4.2, 4.0 or 3.4 and the storage engine is WiredTiger, the value is **wiredTiger**. |
|
| | | | - If the database version is 4.2 and the storage engine is RocksDB, the value is **rocksDB**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
| | | | - If the database version is 4.0, 3.4 or 3.2 and the storage engine is WiredTiger, the value is **wiredTiger**. |
|
||||||
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _dds_api_0020__table94791241013:
|
.. _dds_api_0020__table94791241013:
|
||||||
|
|
||||||
@ -452,17 +453,18 @@ Responses
|
|||||||
|
|
||||||
.. table:: **Table 8** datastore field data structure description
|
.. table:: **Table 8** datastore field data structure description
|
||||||
|
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Name | Mandatory | Type | Description |
|
| Name | Mandatory | Type | Description |
|
||||||
+=================+=================+=================+====================================================================================================================+
|
+=================+=================+=================+==================================================================================================================================+
|
||||||
| type | Yes | String | Specifies the database type. The value is **DDS-Community**. |
|
| type | Yes | String | Specifies the database type. The value is **DDS-Community**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| version | Yes | String | Specifies the database version. Versions 4.2, 4.0 and 3.4 are supported. The value can be **4.2, 4.0** or **3.4**. |
|
| version | Yes | String | Specifies the database version. Versions 4.2, 4.0, 3.4 and 3.2 are supported. The value can be **4.2, 4.0,** **3.4** or **3.2**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| storage_engine | Yes | String | Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines. |
|
| storage_engine | Yes | String | Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | - If the database version is 4.2, 4.0 or 3.4 and the storage engine is WiredTiger, the value is **wiredTiger**. |
|
| | | | - If the database version is 4.2 and the storage engine is RocksDB, the value is **rocksDB**. |
|
||||||
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------+
|
| | | | - If the database version is 4.0, 3.4 or 3.2 and the storage engine is WiredTiger, the value is **wiredTiger**. |
|
||||||
|
+-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
.. _dds_api_0020__table119482048538:
|
.. _dds_api_0020__table119482048538:
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Constraints
|
|||||||
- Frozen instances do not support this operation.
|
- Frozen instances do not support this operation.
|
||||||
- DB instances associated with the IPv6 subnet do not support this operation.
|
- DB instances associated with the IPv6 subnet do not support this operation.
|
||||||
- If the IP address is enabled, restart the nodes for the setting to take effect.
|
- If the IP address is enabled, restart the nodes for the setting to take effect.
|
||||||
- Cluster instances of Community Edition 3.4, 4.0, and 4.2 are supported.
|
- Cluster instances of Community Edition 3.4 and 4.0 are supported.
|
||||||
- This function cannot be disabled after being enabled.
|
- This function cannot be disabled after being enabled.
|
||||||
|
|
||||||
URI
|
URI
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'otcdocstheme'
|
'otcdocstheme',
|
||||||
]
|
]
|
||||||
|
|
||||||
otcdocs_auto_name = False
|
otcdocs_auto_name = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user