Obtaining the List of Database Collections That Can Be Restored
Description
This API is used to obtain the list of databases collections that can be restored.
Constraints
This API applies only to replica sets.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
dds:backup:getRestoreCollections
list
-
-
dds:instance:list
-
URI
|
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 of a tenant in a region. 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. |
|
db_name |
String |
Yes |
Specifies the database name. |
|
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.
|
Request
None
Response
- Parameter description
Table 2 Parameter description Name
Type
Mandatory
Description
collections
Array of objects
Yes
Indicates the list of collections. Each element in the list indicates a collection.
total_count
Integer
Yes
Indicates the total number of collections.
Table 3 Parameter description Name
Type
Mandatory
Description
name
String
Yes
Indicates the collection name.
- Example Response
{ "collections": [ "dds-test" ], "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