mirror of https://github.com/apache/druid.git
Docs - clarify datasource API sources (#11489)
* Update api-reference.md Added note OTBO Druid slack * Update api-reference.md Changed to an alternative explanation * Update api-reference.md Oops fixed. * Update docs/operations/api-reference.md Co-authored-by: Suneet Saldanha <suneet@apache.org> * Update docs/operations/api-reference.md Co-authored-by: Suneet Saldanha <suneet@apache.org> Co-authored-by: Suneet Saldanha <suneet@apache.org>
This commit is contained in:
parent
e423e99997
commit
60e3955adb
|
@ -187,7 +187,7 @@ Returns a list of all segments for one or more specific datasources with the ful
|
||||||
|
|
||||||
* `/druid/coordinator/v1/metadata/datasources`
|
* `/druid/coordinator/v1/metadata/datasources`
|
||||||
|
|
||||||
Returns a list of the names of datasources with at least one used segment in the cluster.
|
Returns a list of the names of datasources with at least one used segment in the cluster, retrieved from the metadata database. Users should call this API to get the eventual state that the system will be in.
|
||||||
|
|
||||||
* `/druid/coordinator/v1/metadata/datasources?includeUnused`
|
* `/druid/coordinator/v1/metadata/datasources?includeUnused`
|
||||||
|
|
||||||
|
@ -239,7 +239,7 @@ Note that all _interval_ URL parameters are ISO 8601 strings delimited by a `_`
|
||||||
|
|
||||||
* `/druid/coordinator/v1/datasources`
|
* `/druid/coordinator/v1/datasources`
|
||||||
|
|
||||||
Returns a list of datasource names found in the cluster.
|
Returns a list of datasource names found in the cluster as seen by the coordinator. This view is updated every [`druid.coordinator.period`](../configuration/index.html#coordinator-operation).
|
||||||
|
|
||||||
* `/druid/coordinator/v1/datasources?simple`
|
* `/druid/coordinator/v1/datasources?simple`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue