[v11.0.x] CloudMigration: Add service to list all migrations (#86350)
CloudMigration: Add service to list all migrations (#85308)
(cherry picked from commit 5b147d0847)
Co-authored-by: lean.dev <34773040+leandro-deveikis@users.noreply.github.com>
This commit is contained in:
co-authored by
lean.dev
parent
2ee985abc2
commit
23a24bc9af
@@ -58,6 +58,10 @@ type CloudMigrationResponse struct {
|
||||
Updated time.Time `json:"updated"`
|
||||
}
|
||||
|
||||
type CloudMigrationListResponse struct {
|
||||
Migrations []CloudMigrationResponse `json:"migrations"`
|
||||
}
|
||||
|
||||
type MigrateDatasourcesRequest struct {
|
||||
MigrateToPDC bool
|
||||
MigrateCredentials bool
|
||||
|
||||
Reference in New Issue
Block a user