[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:
grafana-delivery-bot[bot]
2024-04-16 16:24:38 +01:00
committed by GitHub
co-authored by lean.dev
parent 2ee985abc2
commit 23a24bc9af
7 changed files with 83 additions and 7 deletions
+4
View File
@@ -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