surekhasaharan commented on a change in pull request #7494: API to drop data by 
interval
URL: https://github.com/apache/incubator-druid/pull/7494#discussion_r278365959
 
 

 ##########
 File path: docs/content/operations/api-reference.md
 ##########
 @@ -230,6 +235,19 @@ Enables all segments of datasource which are not 
overshadowed by others.
 
 Enables a segment of a datasource.
 
+* `/druid/coordinator/v1/datasources/{dataSourceName}/markUnused`
+
+Marks segments unused for a datasource by interval or set of segment Ids. The 
request payload contains the interval or set of segment Ids to be marked unused.
+Either interval or segment ids should be provided, if both or none are 
provided in the payload , the API would throw an error (400 BAD 
REQUEST).Interval specifies the start and end times as IS0 8601 strings. 
`interval=(start/end)` where start and end both are inclusive.
+
 
 Review comment:
   ah missed here, had added to proposal, updated now.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

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

Reply via email to