-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Bulk, Migration Service
-
Tags:
-
Story Points:3
We want to create a REST endpoint for MigrationService and future RepositoryMigrationService in order to run migrations from Web UI.
These endpoints should be authorized for Administrators only.
Below a list of needed endpoints (path TBC):
Method | Path | Description |
---|---|---|
GET | /api/v1/management/migrations | list all available migrations |
GET | /api/v1/management/migrations/MIGRATION_NAME | get status of a migration |
POST | /api/v1/management/migrations/MIGRATION_NAME | run a migration |
We need to find a way to manually trigger probe.
- duplicates
-
NXP-28439 Management API - Migration Endpoint
- Resolved