I would like official API support to 'reset duplicates' e.g. the behaviour available via the cloud manager UI which calls: https://cloud.mongodb.com/host/resetDups/<project_id>
Additional functionality to manage the host mappings is generally useful.
The use-case is that we regularly replace our AWS EC2 instances running mongoDB (e.g AMI rotation as mentioned in another comment). IP addresses regularly change (and can be reused within our subnet over time). Duplicates (especially across different mongoDB replicaSets) cause "problems" with cloud manager UI correctly monitoring the cluster. We have automated our replacement procedure but there is no way to programatically manage / remove stale entries from the hostMapping table.
I would like official API support to 'reset duplicates' e.g. the behaviour available via the cloud manager UI which calls: https://cloud.mongodb.com/host/resetDups/<project_id>
Additional functionality to manage the host mappings is generally useful.
The use-case is that we regularly replace our AWS EC2 instances running mongoDB (e.g AMI rotation as mentioned in another comment). IP addresses regularly change (and can be reused within our subnet over time). Duplicates (especially across different mongoDB replicaSets) cause "problems" with cloud manager UI correctly monitoring the cluster. We have automated our replacement procedure but there is no way to programatically manage / remove stale entries from the hostMapping table.