Compute Management/Image Storage Related Interfaces/Image Storage Related Interfaces
PUTImage Storage Related InterfacesSince 1.7SynchronousAuth Required
Export Image from Backup Storage
Export Image from Backup Storage
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
backupStorageUuidStringRequiredBackup Storage UUID
Body Fields
exportimagefrombackupstorageObjectRequiredexportimagefrombackupstorage request body object.
imageUuidStringRequiredImage UUID
exportFormatStringExport format of the image
systemTagsListSystem tags
userTagsListUser tags
Responses
Endpoint
PUT/zstack/v1/backup-storage/{backupStorageUuid}/actions
/zstack/v1/backup-storage/{backupStorageUuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/backup-storage/{backupStorageUuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"exportimagefrombackupstorage":{"imageUuid":"<imageUuid>","exportFormat":"<exportFormat>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{"imageUrl": "http://bs-host-name/path/to/image.qcow2", "exportMd5Sum": "8a239d17b045dea51c4677fa90a42ed8" }Change History
This API has no change history records yet.
