From 32cd3979cd913a3bd9c55fd17345b8ac3a945d8a Mon Sep 17 00:00:00 2001 From: proposalbot Date: Thu, 24 Nov 2022 16:51:11 +0000 Subject: [PATCH] Changes to gaussdb_mysql_api-ref from docs/doc-exports#497 (Enable espacing of m Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- .../api/managing_db_instances/querying_a_db_instance_list.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/api/managing_db_instances/querying_a_db_instance_list.rst b/api-ref/source/api/managing_db_instances/querying_a_db_instance_list.rst index 464bdef..3bd5d35 100644 --- a/api-ref/source/api/managing_db_instances/querying_a_db_instance_list.rst +++ b/api-ref/source/api/managing_db_instances/querying_a_db_instance_list.rst @@ -37,11 +37,11 @@ URI +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | id | String | No | DB instance ID. | | | | | | - | | | | The asterisk (``*``) is reserved for the system. If the instance ID starts with an asterisk (*), the value following asterisk (*) is used for fuzzy matching. Otherwise, the instance ID is used for exact matching. | + | | | | The asterisk (``*``) is reserved for the system. If the instance ID starts with an asterisk (``*``), the value following asterisk (``*``) is used for fuzzy matching. Otherwise, the instance ID is used for exact matching. | +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | name | String | No | DB instance name. | | | | | | - | | | | The asterisk (``*``) is reserved for the system. If the instance name starts with an asterisk (*), the value following asterisk (*) is used for fuzzy matching. Otherwise, the instance name is used for exact matching. | + | | | | The asterisk (``*``) is reserved for the system. If the instance name starts with an asterisk (``*``), the value following asterisk (``*``) is used for fuzzy matching. Otherwise, the instance name is used for exact matching. | +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | type | String | No | DB instance type to be queried. Currently, only the cluster type is supported. | +-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+