Skip to content

Conversation

@otcbot
Copy link
Contributor

@otcbot otcbot bot commented Jan 19, 2026

This is an automatically created Pull Request for changes to distributed-database-middleware-api-ref to promote changes down the pipeline to Production environment.

The original change can be found under https://gitea.eco.tsi-dev.otc-service.com/docs/distributed-database-middleware/pulls/63.

There were patch conflicts, please review original patch file.

@otcbot otcbot bot added the documentation Improvements or additions to documentation label Jan 19, 2026
@otcbot
Copy link
Contributor Author

otcbot bot commented Jan 19, 2026

I tried my best, but could not apply the patch as is, therefore I will report you what I could not apply.

BTW, if in the diff you see removed line equal to the added line it may be caused by invisible trailing spaces. This is safe to ignore.

In most cases content of the patch remainder need to be carefully analyzed and necessary changes applied manually.

Following is the patch remainder:

diff a/umn/source/monitoring_management/supported_metrics/ddm_instance_metrics.rst b/umn/source/monitoring_management/supported_metrics/ddm_instance_metrics.rst	(rejected hunks)
@@ -67,8 +59,9 @@ Metrics
 Dimensions
 ----------
 
-======= ===========
-Key     Value
-======= ===========
-node_id DDM node ID
-======= ===========
+=========== ===============
+Key         Value
+=========== ===============
+instance_id DDM instance ID
+node_id     DDM node ID
+=========== ===============
diff a/umn/source/account_management/creating_an_account.rst b/umn/source/account_management/creating_an_account.rst	(rejected hunks)
@@ -20,29 +20,29 @@ Procedure
 
    .. table:: **Table 1** Required parameters
 
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Parameter                         | Description                                                                                                                                           |
-      +===================================+=======================================================================================================================================================+
-      | Username                          | Username of the account.                                                                                                                              |
-      |                                   |                                                                                                                                                       |
-      |                                   | The username can consist of 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed.                   |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Password                          | Password of the account. The password:                                                                                                                |
-      |                                   |                                                                                                                                                       |
-      |                                   | -  Can include 8 to 32 characters.                                                                                                                    |
-      |                                   | -  Must contain at least three of the following character types: lowercase letters, uppercase letters, digits, and special characters ``~!@#%^*-_+?`` |
-      |                                   | -  Cannot be a weak password. It cannot be overly simple and easily guessed.                                                                          |
-      |                                   | -  Cannot be the username or the username spelled backwards.                                                                                          |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Confirm Password                  | The confirm password must be the same as the entered password.                                                                                        |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Schema                            | Schema to be associated with the account. You can select an existing schema from the drop-down list.                                                  |
-      |                                   |                                                                                                                                                       |
-      |                                   | The account can be used to access only the associated schemas.                                                                                        |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Permissions                       | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them. |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Description                       | Description of the account, which cannot exceed 256 characters.                                                                                       |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Parameter                         | Description                                                                                                                                            |
+      +===================================+========================================================================================================================================================+
+      | Username                          | Username of the account.                                                                                                                               |
+      |                                   |                                                                                                                                                        |
+      |                                   | The username can consist of 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed.                    |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Password                          | Password of the account. The password:                                                                                                                 |
+      |                                   |                                                                                                                                                        |
+      |                                   | -  Can include 8 to 32 characters.                                                                                                                     |
+      |                                   | -  Must contain at least three of the following character groups: lowercase letters, uppercase letters, digits, and special characters ``~!@#%^*-_+?`` |
+      |                                   | -  Cannot be a weak password. It cannot be overly simple and easily guessed.                                                                           |
+      |                                   | -  Cannot be the username or the username spelled backwards.                                                                                           |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Confirm Password                  | The confirm password must be the same as the entered password.                                                                                         |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Schema                            | Schema to be associated with the account. You can select an existing schema from the drop-down list.                                                   |
+      |                                   |                                                                                                                                                        |
+      |                                   | The account can be used to access only the associated schemas.                                                                                         |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Permissions                       | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them.  |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Description                       | Description of the account, which cannot exceed 256 characters.                                                                                        |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 #. Confirm the settings and click **OK**.
diff a/umn/source/getting_started/step_3_create_a_ddm_account.rst b/umn/source/getting_started/step_3_create_a_ddm_account.rst	(rejected hunks)
@@ -8,34 +8,35 @@ Step 3: Create a DDM Account
 Procedure
 ---------
 
-#. Log in to the DDM console, in the instance list, locate the required DDM instance and click its name.
+#. Log in to the DDM console. In the instance list, locate the required DDM instance and click its name.
 #. In the navigation pane, choose **Accounts**.
 #. On the displayed page, click **Create Account** and configure required parameters.
 
    .. table:: **Table 1** Required parameters
 
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Parameter                         | Description                                                                                                                                           |
-      +===================================+=======================================================================================================================================================+
-      | Username                          | Username of the account.                                                                                                                              |
-      |                                   |                                                                                                                                                       |
-      |                                   | The username can include 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed.                      |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Password                          | Password of the account. The password:                                                                                                                |
-      |                                   |                                                                                                                                                       |
-      |                                   | -  Can include 8 to 32 characters.                                                                                                                    |
-      |                                   | -  Must contain at least three of the following character types: letters, digits, and special characters ``~!@#%^*-_=+?``                             |
-      |                                   | -  Cannot be a weak password. It cannot be overly simple and easily guessed.                                                                          |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Confirm Password                  | The confirm password must be the same as the entered password.                                                                                        |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Schema                            | Schema to be associated with the DDM account. You can select an existing schema from the drop-down list.                                              |
-      |                                   |                                                                                                                                                       |
-      |                                   | The account can be used to access only the associated schemas.                                                                                        |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Permissions                       | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them. |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
-      | Description                       | Description of the account, which cannot exceed 256 characters.                                                                                       |
-      +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Parameter                         | Description                                                                                                                                            |
+      +===================================+========================================================================================================================================================+
+      | Username                          | Username of the account.                                                                                                                               |
+      |                                   |                                                                                                                                                        |
+      |                                   | The username can consist of 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed.                    |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Password                          | Password of the account. The password:                                                                                                                 |
+      |                                   |                                                                                                                                                        |
+      |                                   | -  Can include 8 to 32 characters.                                                                                                                     |
+      |                                   | -  Must contain at least three of the following character groups: lowercase letters, uppercase letters, digits, and special characters ``~!@#%^*-_+?`` |
+      |                                   | -  Cannot be a weak password. It cannot be overly simple and easily guessed.                                                                           |
+      |                                   | -  Cannot be the username or the username spelled backwards.                                                                                           |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Confirm Password                  | The confirm password must be the same as the entered password.                                                                                         |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Schema                            | Schema to be associated with the account. You can select an existing schema from the drop-down list.                                                   |
+      |                                   |                                                                                                                                                        |
+      |                                   | The account can be used to access only the associated schemas.                                                                                         |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Permissions                       | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them.  |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+      | Description                       | Description of the account, which cannot exceed 256 characters.                                                                                        |
+      +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 #. Click **OK**.

@github-actions
Copy link

@github-actions
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants