Platform O&M/Backup Management/Backup Service (Plus)/Backup Service Operations
PUTBackup Service OperationsSince 2.6.0SynchronousAuth Required
RecoverBackupFromImageStoreBackupStorage
RecoverBackupFromImageStoreBackupStorage
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 volume backup.
Body Fields
recoverbackupfromimagestorebackupstorageObjectRequiredrecoverbackupfromimagestorebackupstorage request body object.
srcBackupStorageUuidStringRequiredThe UUID of the source backup storage.
dstBackupStorageUuidStringRequiredThe UUID of the destination backup storage.
systemTagsListOptional. The system tags.
userTagsListOptional. The system tags.
Responses
Endpoint
PUT/zstack/v1/volume-backups/{uuid}/actions
/zstack/v1/volume-backups/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/volume-backups/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"recoverbackupfromimagestorebackupstorage":{"srcBackupStorageUuid":"<srcBackupStorageUuid>","dstBackupStorageUuid":"<dstBackupStorageUuid>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "db84847f4bd13c3399a45241a722ce80", "volumeUuid": "b91250390732348689211459223892f0", "name": "Backup-1", "description": "volume backup", "size": 1.073741824E9, "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.
