-
Notifications
You must be signed in to change notification settings - Fork 11
Rest API Index
Luke Lovett edited this page Aug 14, 2014
·
26 revisions
-
/hosts [POST, GET]
-
/hosts/{host-id} [GET, DELETE]
- /hosts/{host-id}/start [PUT]
- /hosts/{host-id}/stop [PUT]
- /hosts/{host-id}/restart [PUT]
-
/hosts/{host-id} [GET, DELETE]
-
/rs [POST]
-
/rs/{repl-id} [GET, DELETE]
-
/rs/{repl-id}/members [GET, POST, DELETE]
- /rs/{repl-id}/members/{member-id} [GET, PUT, DELETE]
- /rs/{repl-id}/primary [GET, PUT, DELETE]
- /rs/{repl-id}/primary/stepdown [PUT]
- /rs/{repl-id}/secondaries [GET, DELETE]
- /rs/{repl-id}/arbiters [GET, DELETE]
- /rs/{repl-id}/hidden [GET, DELETE]
-
/rs/{repl-id}/members [GET, POST, DELETE]
-
/rs/{repl-id} [GET, DELETE]
-
/sh [POST]
-
/sh/{sh-id} [GET, DELETE]
-
/sh/{sh-id}/members [GET, POST]
- /sh/{sh-id}/members/{id} [GET, DELETE]
- /sh/{sh-id}/configservers [GET]
- /sh/{sh-id}/routers [GET, POST]
-
/sh/{sh-id}/members [GET, POST]
-
/sh/{sh-id} [GET, DELETE]