Skip to content

Rest API Index

Luke Lovett edited this page Aug 27, 2014 · 26 revisions

This page lists all the URIs and HTTP methods that may be used on them. In general, requests and response bodies are sent and received in JSON using the application/json mimetype unless otherwise documented. Mongo Orchestration uses Python's json module, which is a strict JSON parser.

Mongo Orchestration provides a versioned REST API. To send a request to a particular version of a URI, place the version as the first component in that URI: /<version>/rest/of/uri. The current version is v1. Requests to a URI without the version will behave the same as sending a request to the latest version.

API v1

/v1 may be prepended to the following to send a request to this version of the API.

Servers

Replica Sets

Sharded Clusters

Clone this wiki locally