minor fixes:

1. leader endpoint returns a string, not a json object
2. "enabled and enabled" -> "enabled and disabled"
This commit is contained in:
sahner 2015-04-20 17:02:44 -05:00
parent 0c734c691a
commit 6ef2941975
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Returns the Druid version, loaded extensions, memory used, total memory and othe
* `/druid/coordinator/v1/leader` * `/druid/coordinator/v1/leader`
Returns the current leader coordinator of the cluster as a JSON object. Returns the current leader coordinator of the cluster.
* `/druid/coordinator/v1/loadstatus` * `/druid/coordinator/v1/loadstatus`
@ -84,7 +84,7 @@ Returns a list of the names of enabled datasources in the cluster.
* `/druid/coordinator/v1/metadata/datasources?includeDisabled` * `/druid/coordinator/v1/metadata/datasources?includeDisabled`
Returns a list of the names of enabled and enabled datasources in the cluster. Returns a list of the names of enabled and disabled datasources in the cluster.
* `/druid/coordinator/v1/metadata/datasources?full` * `/druid/coordinator/v1/metadata/datasources?full`