clintropolis commented on a change in pull request #11052:
URL: https://github.com/apache/druid/pull/11052#discussion_r605510017



##########
File path: docs/operations/api-reference.md
##########
@@ -401,6 +401,30 @@ Returns total size and count for each interval within 
given isointerval.
 
 Returns total size and count for each datasource for each interval within 
given isointerval.
 
+#### Dynamic configuration
+
+See [Coordinator Dynamic 
Configuration](../configuration/index.md#dynamic-configuration) for details.
+
+Note that all _interval_ URL parameters are ISO 8601 strings delimited by a 
`_` instead of a `/`
+(e.g., 2016-06-27_2016-06-28).
+
+##### GET
+
+* `/druid/coordinator/v1/config`
+
+Retrieves current coordinator dynamic configuration.
+
+* `/druid/coordinator/v1/config/history?interval={interval}&count={count}`
+
+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.
+
+##### POST
+
+* `/druid/coordinator/v1/config`
+
+Update overlord dynamic worker configuration.

Review comment:
       Ah yeah, I just copied this from the overlord section. It would be 
really nice to have example requests and responses for all of these API calls, 
but I think maybe that could be done as future work.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to