Details
-
Task
-
Resolution: Won't Fix
-
Minor - P4
-
mms-1.5
-
None
-
Cloud or On-Prem
Description
The following API is used to retrieve info on snapshots:
https://docs.mms.mongodb.com/reference/api/snapshots/
However, some users want to retrieve the latest one.
I believe the following will work because they are returned in descending order:
/api/public/v1.0/groups/GROUP-ID/clusters/CLUSTER-ID/snapshots?pageNum=1&itemsPerPage=1
|
Proposed changes to the doc:
- add the info about the snapshots returned in descending order
- add the above as an example