Live Migration¶
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. | |
DELETE | Delete one link-token. | |
POST | Create one new validation request. | |
GET | Return status for one validation job. | |
POST | Create one new live migration process. | |
GET | Return one migration job. | |
PUT | Start one live migration process. |