From 65a42f9eb175f7550500eccd98fd79ad95f7d780 Mon Sep 17 00:00:00 2001 From: Atul Mohan Date: Thu, 29 Oct 2020 11:19:12 -0500 Subject: [PATCH] Update overlord api docs (#10539) --- docs/operations/api-reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/operations/api-reference.md b/docs/operations/api-reference.md index 5c6351fc84a..688f6236663 100644 --- a/docs/operations/api-reference.md +++ b/docs/operations/api-reference.md @@ -694,6 +694,10 @@ Retrieves current overlord dynamic configuration. Retrieves history of changes to overlord dynamic configuration. Accepts `interval` and `count` query string parameters to filter by interval and limit the number of results respectively. +* `/druid/indexer/v1/workers` + +Retrieves a list of all the worker nodes in the cluster along with its metadata. + * `/druid/indexer/v1/scaling` Retrieves overlord scaling events if auto-scaling runners are in use.