10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Add "reset" action for Servers, ReplicaSets, and ShardedClusters #91

Closed llvtt closed 10 years ago

llvtt commented 10 years ago

Addresses #90.

The "reset" action does:

It does not:

You can reset an entity by sending a POST request to /<entity>/<id> with a body of {"action": "reset"}.

gjmurakami-10gen commented 10 years ago

LGTM!