doc: add information about new serverview coordinator endpoint

This commit is contained in:
Robin 2016-01-10 19:47:23 -06:00
parent d0b10c29d7
commit c1b813011c
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ Returns a map of segment intervals contained within the specified interval to a
Returns a map of segment intervals contained within the specified interval to a map of segment metadata to a set of server names that contain the segment for an interval.
* `/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}/serverview`
Returns a map of segment intervals contained within the specified interval to information about the servers that contain the segment for an interval.
* `/druid/coordinator/v1/datasources/{dataSourceName}/segments`
Returns a list of all segments for a datasource in the cluster.