Provide `replSetName` vs. `snapshotId` mapping in `GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/snapshots` Public API call for each
What is the problem that needs to be solved? Provide replSetName
vs. snapshotId
mapping in GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/snapshots
Public API call for each snapshotId
.
Why is it a problem? (the pain) You're doing automated disaster recovery (restore from Atlas to on-prem via Manual Restore) scenario and you need to know which snapshotId
(and its corresponding .tar.gz
file) is related to which Atlas Cluster Shard/Config Server Replica Set. E.g. 5e442aa4cf09a2352527536b
= Cluster0-shard-0
, 5e442aa4cf09a23525275370
= Cluster0-shard-1
, 5e442aa4cf09a23525275375
= Cluster0-config-0
.
3
votes
Alexey
shared this idea