forked from docs/gaussdb-mysql
Update content
This commit is contained in:
parent
884f49fd46
commit
3afebd79f0
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
@ -5,9 +5,14 @@
|
|||||||
Change History
|
Change History
|
||||||
==============
|
==============
|
||||||
|
|
||||||
+-----------------------------------+------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Released On | Description |
|
| 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: |
|
| 2022-11-30 | Modified the following content: |
|
||||||
| | |
|
| | |
|
||||||
| | - Added :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`. |
|
| | - Added :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`. |
|
||||||
@ -17,12 +22,12 @@ Change History
|
|||||||
| | - Added :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`. |
|
| | - Added :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`. |
|
||||||
| | - Added :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`. |
|
| | - Added :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`. |
|
||||||
| | - Added :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`. |
|
| | - Added :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`. |
|
||||||
+-----------------------------------+------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2020-12-09 | Modified the following content: |
|
| 2020-12-09 | Modified the following content: |
|
||||||
| | |
|
| | |
|
||||||
| | Optimized the content for API usage. |
|
| | Optimized the content for API usage. |
|
||||||
| | |
|
| | |
|
||||||
| | Modified the **spec_code description** in :ref:`Querying Database Specifications <gaussdb_11_0002>`. |
|
| | Modified the **spec_code description** in :ref:`Querying Database Specifications <gaussdb_11_0002>`. |
|
||||||
+-----------------------------------+------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2020-05-30 | This issue is the first official release. |
|
| 2020-05-30 | This issue is the first official release. |
|
||||||
+-----------------------------------+------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user