Obtaining the List of Databases That Can Be Restored
Description
This API is used to obtain the list of databases that can be restored.
Restrictions
This API applies only to replica sets.
URI
- URI format
GET https://{Endpoint}/v3/{project_id}/instances/{instance_id}/restore-database?restore_time={restore_time}&offset={offset}&limit={limit}
- URI example
https://dds.ap-southeast-1.myhuaweicloud.com/v3/056538411200d4cd2f79c003c7606412/instances/d5833c2854a4486cb7960f829269e211in02/restore-database?restore_time=1607689584000&limit=10&offset=1
Name |
Type |
Mandatory |
Description |
---|---|---|---|
X-Auth-Token |
String |
Yes |
User token obtained from IAM. For details, see Authentication. |
X-Language |
String |
No |
Language |
project_id |
String |
Yes |
Project ID. To obtain the project ID, see Obtaining a Project ID. |
instance_id |
String |
Yes |
Instance ID, which can be obtained by calling the API described in Querying Instances and Details. If you do not have an instance, call the API described in Creating a DB Instance to create one. |
restore_time |
String |
Yes |
Specifies the restoration time point. The value is a UNIX timestamp, in milliseconds. The time zone is UTC. |
offset |
Integer |
No |
Specifies the index position.
|
limit |
Integer |
No |
Specifies the upper limit of the number of queried records.
|
Requests
None
Responses
- Parameter description
Table 2 Parameter description Name
Type
Mandatory
Description
databases
Array of String
Yes
Indicates the database list. Each element in the list indicates a database.
total_count
Integer
Yes
Indicates the total number of databases.
- Response example
{ "databases": [ "test_db" ], "total_count": 1 }
SDK
Click Document Database Service DDS SDK to download the SDK or view the SDK document. To learn how to install and authenticate an SDK, read the Usage section.
Status Code
For more information, see Status Code.
Error Code
For more information, see Error Code.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot