I'm trying to find the endpoint for MMS per MongoDB's documentation on the MMS API, but when I try a variety of endpoints, such as :
* https://myhost:8080/api/public/v1.0/
* http://myhost:8080/api/public/v1.0/
* http://myhost/api/public/v1.0/
* https://myhost:8080/api/
* http://myhost:8080/api/
* etc...
I only see:
Yikes! The resource you requested was not found.
This is really frustrating and MongoDB's documentation on the MMS API is pretty badly designed.
Anyone ever worked with it before?