Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-04-13 03:46:09 +00:00
parent 884f49fd46
commit 3afebd79f0
4 changed files with 41 additions and 58 deletions

View File

@ -126,20 +126,6 @@ Response Parameters
+-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| instance_id | String | Instance ID. | | instance_id | String | Instance ID. |
+-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| backup_level | String | Backup level. This parameter is returned when the level-1 backup function is enabled. |
| | | |
| | | Valid value: |
| | | |
| | | - **0**: Backup being created or creation failed |
| | | - **1**: level-1 backup |
| | | - **2**: level-2 backup |
| | | |
| | | Valid value: |
| | | |
| | | - 0 |
| | | - 1 |
| | | - 2 |
+-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| description | String | Description of the backup file. | | description | String | Description of the backup file. |
+-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -209,8 +195,8 @@ Success.
"type" : "gaussdb-mysql", "type" : "gaussdb-mysql",
"version" : "8.0" "version" : "8.0"
}, },
"instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01", "instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01"
"backup_level" : "2"
} ], } ],
"total_count" : 1 "total_count" : 1
} }

View File

@ -70,17 +70,15 @@ Response Parameters
.. table:: **Table 4** BackupPolicy .. table:: **Table 4** BackupPolicy
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+ +------------+---------+---------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=============================+=========+===================================================================================================+ +============+=========+===================================================================================================+
| keep_days | Integer | Backup retention days. | | keep_days | Integer | Backup retention days. |
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+ +------------+---------+---------------------------------------------------------------------------------------------------+
| start_time | String | Backup time window. Automated backups will be triggered during the backup time window. | | start_time | String | Backup time window. Automated backups will be triggered during the backup time window. |
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+ +------------+---------+---------------------------------------------------------------------------------------------------+
| period | String | Backup cycle configuration. Data will be automatically backed up on the selected days every week. | | period | String | Backup cycle configuration. Data will be automatically backed up on the selected days every week. |
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+ +------------+---------+---------------------------------------------------------------------------------------------------+
| retention_num_backup_level1 | Integer | Number of retained level-1 backups. This parameter is returned when level-1 backup is enabled. |
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+
**Status code: 400** **Status code: 400**
@ -124,8 +122,8 @@ Success.
"backup_policy" : { "backup_policy" : {
"keep_days" : "7,", "keep_days" : "7,",
"start_time" : "19:00-20:00", "start_time" : "19:00-20:00",
"period" : "1,2", "period" : "1,2"
"retention_num_backup_level1" : 1
} }
} }

View File

@ -126,12 +126,6 @@ Response Parameters
+-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+ +-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| instance_id | String | DB instance ID. | | instance_id | String | DB instance ID. |
+-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+ +-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| backup_level | String | Backup level. This parameter is returned when the level-1 backup function is enabled. Value: |
| | | |
| | | - **1**: level-1 backup |
| | | - **2**: level-2 backup |
| | | - **0**: Backup being created or creation failed |
+-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| description | String | Description of the backup file. | | description | String | Description of the backup file. |
+-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+ +-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
@ -199,8 +193,8 @@ Success.
"type" : "gaussdb-mysql", "type" : "gaussdb-mysql",
"version" : "8.0" "version" : "8.0"
}, },
"instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01", "instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01"
"backup_level" : "2"
} ], } ],
"total_count" : 1 "total_count" : 1
} }

View File

@ -5,24 +5,29 @@
Change History Change History
============== ==============
+-----------------------------------+------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| Released On | Description | | Released On | Description |
+===================================+============================================================================================================+ +===================================+===========================================================================================================================+
| 2022-11-30 | Modified the following content: | | 2023-04-06 | Modified the following content: |
| | | | | |
| | - Added :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`. | | | - Deleted the parameter **backup_level** in :ref:`Querying Backups <gaussdb_06_0004>`. |
| | - Added :ref:`Enabling Database Proxy <creategaussmysqlproxy>`. | | | - Deleted the parameter **retention_num_backup_level1** in :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`. |
| | - Added :ref:`Disabling Database Proxy <deletegaussmysqlproxy>`. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| | - Added :ref:`Adding Database Proxy Nodes <expandgaussmysqlproxy>`. | | 2022-11-30 | Modified the following content: |
| | - Added :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`. | | | |
| | - Added :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`. | | | - Added :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`. |
| | - Added :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`. | | | - Added :ref:`Enabling Database Proxy <creategaussmysqlproxy>`. |
+-----------------------------------+------------------------------------------------------------------------------------------------------------+ | | - Added :ref:`Disabling Database Proxy <deletegaussmysqlproxy>`. |
| 2020-12-09 | Modified the following content: | | | - Added :ref:`Adding Database Proxy Nodes <expandgaussmysqlproxy>`. |
| | | | | - Added :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`. |
| | Optimized the content for API usage. | | | - Added :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`. |
| | | | | - Added :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`. |
| | Modified the **spec_code description** in :ref:`Querying Database Specifications <gaussdb_11_0002>`. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
+-----------------------------------+------------------------------------------------------------------------------------------------------------+ | 2020-12-09 | Modified the following content: |
| 2020-05-30 | This issue is the first official release. | | | |
+-----------------------------------+------------------------------------------------------------------------------------------------------------+ | | Optimized the content for API usage. |
| | |
| | Modified the **spec_code description** in :ref:`Querying Database Specifications <gaussdb_11_0002>`. |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| 2020-05-30 | This issue is the first official release. |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+