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. |
+-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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. |
+-----------------------+-------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -209,8 +195,8 @@ Success.
"type" : "gaussdb-mysql",
"version" : "8.0"
},
"instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01",
"backup_level" : "2"
"instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01"
} ],
"total_count" : 1
}

View File

@ -70,17 +70,15 @@ Response Parameters
.. table:: **Table 4** BackupPolicy
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+
+------------+---------+---------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=============================+=========+===================================================================================================+
+============+=========+===================================================================================================+
| keep_days | Integer | Backup retention days. |
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+
+------------+---------+---------------------------------------------------------------------------------------------------+
| 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. |
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+
| retention_num_backup_level1 | Integer | Number of retained level-1 backups. This parameter is returned when level-1 backup is enabled. |
+-----------------------------+---------+---------------------------------------------------------------------------------------------------+
+------------+---------+---------------------------------------------------------------------------------------------------+
**Status code: 400**
@ -124,8 +122,8 @@ Success.
"backup_policy" : {
"keep_days" : "7,",
"start_time" : "19:00-20:00",
"period" : "1,2",
"retention_num_backup_level1" : 1
"period" : "1,2"
}
}

View File

@ -126,12 +126,6 @@ Response Parameters
+-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| 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. |
+-----------------------+------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
@ -199,8 +193,8 @@ Success.
"type" : "gaussdb-mysql",
"version" : "8.0"
},
"instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01",
"backup_level" : "2"
"instance_id" : "43e4feaab48f11e89039fa163ebaa7e4br01"
} ],
"total_count" : 1
}

View File

@ -5,9 +5,14 @@
Change History
==============
+-----------------------------------+------------------------------------------------------------------------------------------------------------+
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| Released On | Description |
+===================================+============================================================================================================+
+===================================+===========================================================================================================================+
| 2023-04-06 | Modified the following content: |
| | |
| | - Deleted the parameter **backup_level** in :ref:`Querying Backups <gaussdb_06_0004>`. |
| | - Deleted the parameter **retention_num_backup_level1** in :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`. |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| 2022-11-30 | Modified the following content: |
| | |
| | - Added :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`. |
@ -17,12 +22,12 @@ Change History
| | - Added :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`. |
| | - Added :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`. |
| | - Added :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`. |
+-----------------------------------+------------------------------------------------------------------------------------------------------------+
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| 2020-12-09 | Modified the following content: |
| | |
| | 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. |
+-----------------------------------+------------------------------------------------------------------------------------------------------------+
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+