forked from docs/doc-exports
Reviewed-by: Bobkova, Natalia <natalia.bobkova@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
11 KiB
11 KiB
Backing Up a DCS Instance
Function
This API is used to back up a specified DCS instance.
URI
POST /v1.0/{project_id}/instances/{instance_id}/backups
Table 1 describes the parameters.
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
Table 2 describes the 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
Table 3 describes the response parameter.
Example response
{ "backup_id": "548ceeff-2cbb-47ab-9a1c-7b085a8c08d7" }
Parent topic: Backup and Restoration APIs