Backing Up a DCS Instance
Function
This API is used to back up a specified DCS instance.
Only master/standby and cluster DCS instances can be backed up and restored, while single-node instances cannot.
URI
POST /v1.0/{project_id}/instances/{instance_id}/backups
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Project ID. For details on how to obtain the value of this parameter, see Obtaining a Project ID. |
instance_id |
String |
Yes |
DCS instance ID. |
Request
Request parameters
Example request
- Request URL:
POST https://{dcs_endpoint}/v1.0/{project_id}/instances/{instance_id}/backups
- Example:
{ "remark": "Backup instances" }
Response
Response parameters
{ "backup_id": "548ceeff-2cbb-47ab-9a1c-7b085a8c08d7" }
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