diff --git a/docs/content/design/coordinator.md b/docs/content/design/coordinator.md index 80a1ea068b5..a95907fa670 100644 --- a/docs/content/design/coordinator.md +++ b/docs/content/design/coordinator.md @@ -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.