Live Migration (Push)
Considerations
- Source organizations, projects, and MongoDB clusters reside on Cloud Manager or Ops Manager.
- Destination organizations, projects, and MongoDB clusters reside on Atlas.
- Source databases can't use any authentication except SCRAM-SHA.
Endpoints
https://cloud.mongodb.com/api/atlas/v1.0
Method | Endpoint | Description |
---|---|---|
POST | Create one new link-token for push live migrations. | |
DELETE | Delete one link-token. | |
POST | Create one new validation request for push live migration. | |
GET | Return status for one validation job for push live migration. | |
POST | Create one new push live migration job. | |
GET | Return status of one push live migration job and the list of
configured migration hosts. | |
PUT | Start one push live migration process. |