mirror of https://github.com/apache/druid.git
More documentation on expected interval format for coordinator endpoints (#4361)
This commit is contained in:
parent
290ed3ab9d
commit
6daddf97c5
|
@ -160,7 +160,7 @@ Returns a map of an interval to a map of segment metadata to a set of server nam
|
|||
|
||||
* `/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}`
|
||||
|
||||
Returns a set of segment ids for an ISO8601 interval. Note that the interval is delimited by a `_` instead of a `/`
|
||||
Returns a set of segment ids for an ISO8601 interval. Note that {interval} parameters are delimited by a `_` instead of a `/` (e.g., 2016-06-27_2016-06-28).
|
||||
|
||||
* `/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}?simple`
|
||||
|
||||
|
@ -223,6 +223,8 @@ Returns all rules for a specified datasource and includes default datasource.
|
|||
|
||||
#### Intervals
|
||||
|
||||
Note that {interval} parameters are delimited by a `_` instead of a `/` (e.g., 2016-06-27_2016-06-28).
|
||||
|
||||
* `/druid/coordinator/v1/intervals`
|
||||
|
||||
Returns all intervals for all datasources with total size and count.
|
||||
|
@ -278,6 +280,8 @@ Disables a datasource.
|
|||
|
||||
Runs a [Kill task](../ingestion/tasks.html) for a given interval and datasource.
|
||||
|
||||
Note that {interval} parameters are delimited by a `_` instead of a `/` (e.g., 2016-06-27_2016-06-28).
|
||||
|
||||
* `/druid/coordinator/v1/datasources/{dataSourceName}/segments/{segmentId}`
|
||||
|
||||
Disables a segment.
|
||||
|
|
Loading…
Reference in New Issue