Data Protection/Backup Management Interfaces
PUTBackup Management InterfacesSince 3.0.0SynchronousAuth Required
Sync to DS
Sync to DS
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe UUID of the resource. Uniquely identifies the resource
Body Fields
syncdatabasebackupfromimagestorebackupstorageObjectRequiredsyncdatabasebackupfromimagestorebackupstorage request body object.
srcBackupStorageUuidStringRequiredNo description provided.
dstBackupStorageUuidStringRequiredNo description provided.
systemTagsList系统标签。
userTagsList用户标签。
Responses
Endpoint
PUT/zstack/v1/database-backups/{uuid}/actions
/zstack/v1/database-backups/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/database-backups/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"syncdatabasebackupfromimagestorebackupstorage":{"srcBackupStorageUuid":"<srcBackupStorageUuid>","dstBackupStorageUuid":"<dstBackupStorageUuid>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "c04683f1c53039d1bb0b0f0b601b5a5b", "name": "Backup-1", "description": "database backup", "size": 1048576.0, "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } }Change History
This API has no change history records yet.
