From 2f2cb599f650b7b0a7f30abb00c8651ab44eaaa9 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Thu, 12 Jan 2023 15:33:55 +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 5d60c26..da00f6f 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 96ed8ab..0d7d00b 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. | | | | | |