Changes to gaussdb_mysql_api-ref from docs/doc-exports#942 (Modified the respons

Reviewed-by: Drobnak, David <david.drobnak@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2023-11-07 10:27:36 +00:00 committed by zuul
parent 2419e4279d
commit 1dd141d7b4
3 changed files with 113 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@ Backup Management
- :ref:`Querying Backups <gaussdb_06_0004>`
- :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`
- :ref:`Modifying an Automated Backup Policy <gaussdb_06_0006>`
- :ref:`Deleting a Manual Backup <deletegaussmysqlbackup>`
.. toctree::
:maxdepth: 1
@ -18,3 +19,4 @@ Backup Management
querying_backups
querying_an_automated_backup_policy
modifying_an_automated_backup_policy
deleting_a_manual_backup

View File

@ -8,6 +8,10 @@ Change History
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Released On | Description |
+===================================+=========================================================================================================================================================================================================================+
| 2023-10-25 | Modified the following content: |
| | |
| | Modified the response parameters and examples in :ref:`Deleting a Manual Backup <deletegaussmysqlbackup>`. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2023-10-20 | Modified the following content: |
| | |
| | Added the **total_count** field to the example response in :ref:`Querying Resource Quotas <gaussdb_04_0011>`. |