-
Notifications
You must be signed in to change notification settings - Fork 11
Rest API Index
wistful edited this page Oct 12, 2012
·
26 revisions
-
/hosts [POST]
-
/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}/members/primary [GET, PUT, DELETE]
- /rs/{repl-id}/members/primary/stepdown [PUT]
- /rs/{repl-id}/members/secondaries [GET, DELETE]
- /rs/{repl-id}/members/arbiters [GET, DELETE]
- /rs/{repl-id}/members/hidden [GET, DELETE]
-
/rs/{repl-id}/members [GET, POST, DELETE]
-
/rs/{repl-id} [GET, DELETE]