clintropolis commented on a change in pull request #7042: MiddleManager api docs
URL: https://github.com/apache/incubator-druid/pull/7042#discussion_r255370615
 
 

 ##########
 File path: docs/content/operations/api-reference.md
 ##########
 @@ -498,7 +498,49 @@ This section documents the API endpoints for the 
processes that reside on Data s
 
 ### MiddleManager
 
-The MiddleManager does not have any API endpoints beyond the [common 
endpoints](#common).
+##### GET
+
+* `/druid/worker/v1/enabled`
+
+Check whether a MiddleManager is in an enabled or disabled state. Returns JSON 
object keyed by the `druid.host` and the boolean state.
+
+```json
+{"localhost":true}
 
 Review comment:
   Oops, yes you are correct, thanks for catching! 👍 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to