- API >
- Public API Resources >
- Live Data Migration from Cloud Manager to MongoDB Atlas
Live Data Migration from Cloud Manager to MongoDB Atlas¶
Connects a Cloud Manager organization to an MongoDB Atlas organization. This connection allows you to migrate your data from a Cloud Manager deployment to an MongoDB Atlas cluster.
Base URL: https://cloud.mongodb.com/api/public/v1.0
Endpoints¶
The following endpoints are available to connect organizations between Cloud Manager and MongoDB Atlas.
Method | Endpoint | Description |
---|---|---|
POST |
/orgs/{orgId}/liveExport/migrationLink | Connect the source Cloud Manager organization with a target MongoDB Atlas organization. |
DELETE |
/orgs/{orgId}/liveExport/migrationLink | Remove the connection between the source Cloud Manager organization and the target MongoDB Atlas organization. This stops the source organization from synchronizing data with the target organization. |
GET |
/orgs/{orgId}/liveExport/migrationLink/status | Return the status of the connection between the specified source Cloud Manager organization and the target MongoDB Atlas organization. |