Cloud Backup Restore Jobs¶
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
This resource only applies to clusters using Cloud Backups.
The /backup/restoreJobs
resource enables you to create or view
restore jobs for an Atlas cluster with Cloud Backups
enabled.
Endpoints¶
https://cloud.mongodb.com/api/atlas/v1.0
Method | Endpoint | Description |
---|---|---|
GET | Get all Cloud Backup restore jobs for the specified cluster. | |
GET | Return all restore jobs of one serverless instance. | |
GET | Get one Cloud Backup restore jobs for the specified cluster. | |
GET | Return one restore job of one serverless instance. | |
POST | Restore one snapshot for the specified cluster. All requests to this endpoint must originate from an IP address in the organization's API access list. | |
POST | Restore one snapshot for the specified serverless instance. All requests to this endpoint must originate from an IP address in the organization's API access list. | |
DELETE | Cancels the Cloud Backup manual download restore job
associated to All requests to this endpoint must originate from an IP address in the organization's API access list. |