From 7ecd96ca1de3677aa0cb2da9db8b6a25d5a6a7eb Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Thu, 12 Jan 2023 15:54:18 +0000 Subject: [PATCH] Update content --- ...hanging_the_password_of_a_dcs_instance.rst | 38 +++++++++---------- .../creating_a_dcs_instance.rst | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst b/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst index da00f6f..5d60c26 100644 --- a/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst +++ b/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst @@ -39,25 +39,25 @@ Request .. table:: **Table 2** Parameter description - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ - | Parameter | Type | Mandatory | Description | - +=================+=================+=================+==============================================================================+ - | old_password | String | Yes | Old password. | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ - | new_password | String | Yes | New password. | - | | | | | - | | | | Password complexity requirements: | - | | | | | - | | | | - Cannot be empty. | - | | | | - Cannot be the username or the username spelled backwards. | - | | | | - Can be 8 to 32 characters long. | - | | | | - Contain at least three of the following character types: | - | | | | | - | | | | - Lowercase letters | - | | | | - Uppercase letters | - | | | | - Digits | - | | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ + +-----------------+-----------------+-----------------+--------------------------------------------------------------------+ + | Parameter | Type | Mandatory | Description | + +=================+=================+=================+====================================================================+ + | old_password | String | Yes | Old password. | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------+ + | new_password | String | Yes | New password. | + | | | | | + | | | | Password complexity requirements: | + | | | | | + | | | | - Cannot be empty. | + | | | | - Cannot be the username or the username spelled backwards. | + | | | | - Can be 8 to 32 characters long. | + | | | | - Contain at least three of the following character types: | + | | | | | + | | | | - Lowercase letters | + | | | | - Uppercase letters | + | | | | - Digits | + | | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------+ **Example request** diff --git a/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst b/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst index 0d7d00b..96ed8ab 100644 --- a/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst +++ b/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst @@ -92,7 +92,7 @@ Request | | | | - Lowercase letters | | | | | - Uppercase letters | | | | | - Digits | - | | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) | + | | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) | +-------------------------+------------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | vpc_id | String | Yes | VPC ID. | | | | | |