Apache CloudStack 4.18.0.0 Root Admin API Reference
migrateSecondaryStorageData
migrates data objects from one secondary storage to destination image store(s)
Request parameters
Parameter Name | Description | Required |
destpools | id(s) of the destination secondary storage pool(s) to which the templates are to be migrated | true |
srcpool | id of the image store from where the data is to be migrated | true |
migrationtype | Balance: if you want data to be distributed evenly among the destination stores, Complete: If you want to migrate the entire data from source image store to the destination store(s). Default: Complete | false |
Response Tags
Response Name | Description |
message | Response message from migration of secondary storage data objects |
migrationtype | Type of migration requested for |
success | true if operation is executed successfully |