-
Notifications
You must be signed in to change notification settings - Fork 532
REST
Shailesh Birari edited this page Nov 16, 2017
·
6 revisions
Dynomite provides some functionalities through REST calls in the admin port $ curl http://localhost:22222/<arg>
. The following arguments have been implemented:
info
help
-
ping
: performs a Redis inline ping to test Dynomite and storage -
loglevelup
: increase the log level. More info in Debugging -
logleveldown
: decrease the log level. More info in Debugging historeset
cluster_describe
-
get_consistency
: get the consistency level. More info in Consistency -
set_consistency
: set the consistency level. More info in Consistency get_timeout_factor
set_timeout_factor
One can change the operation status of Dynomite dynamically by performing $ curl http://localhost:22222/state/<arg>
and one of the following arguments
-
standby
: do not perform writes or reads -
writes_only
: perform writes only -
normal
: switch back to normal mode resuming