Synchronizing a Restore Point
Function
This API is used to synchronize backups for a vault.
Debugging
You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.
URI
POST /v3/{project_id}/checkpoints/sync
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
sync |
Yes |
SyncParam object |
Synchronization content |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
sync |
SyncRespBody object |
Synchronization content |
Example Requests
Manually synchronizing backups
POST https://{endpoint}/v3/f841e01fd2b14e7fa41b6ae7aa6b0594/checkpoints/sync { "sync" : { "vault_id" : "8d3a8b28-a697-41e2-8d5d-903669f8a02d", "auto_trigger" : false } }
Example Responses
Status code: 200
OK
{ "sync" : { "operation_log_id" : "60baed87-7e30-4bd8-b71c-89e4a4f7547d", "vault_id" : "8d3a8b28-a697-41e2-8d5d-903669f8a02d" } }
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
Error Codes
See Error Codes.
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