Resource Center/Hardware/Backup Storage Operations
GETBackup Storage OperationsSince 2.2SynchronousAuth Required
GetBackupStorageCandidatesForImageMigration
GetBackupStorageCandidatesForImageMigration
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
srcBackupStorageUuidStringRequiredThe UUID of the backup storage whose images are to be migrated.
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/backup-storage/{srcBackupStorageUuid}/migration-candidates
/zstack/v1/backup-storage/{srcBackupStorageUuid}/migration-candidates
Request Example
curl -X GET 'http://{host}/zstack/v1/backup-storage/{srcBackupStorageUuid}/migration-candidates?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "7ed005f5dcfd4ca7b1883b97c803f53b", "name": "BS-1" } ] }Change History
This API has no change history records yet.
