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:
Peter Marshall 2021-08-05 19:29:33 +01:00 committed by GitHub
parent e423e99997
commit 60e3955adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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`