mirror of https://github.com/apache/druid.git
Merge pull request #1300 from rasahner/fixes-Coordinator.md
minor fixes in the Endpoints section of Coordinator.md
This commit is contained in:
commit
6b0ba7602b
|
@ -52,7 +52,7 @@ Returns the Druid version, loaded extensions, memory used, total memory and othe
|
|||
|
||||
* `/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`
|
||||
|
||||
|
@ -84,7 +84,7 @@ Returns a list of the names of enabled datasources in the cluster.
|
|||
|
||||
* `/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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue