opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
72 stars 474 forks source link

[DOC]Create documentation for _rethrottle API #2112

Open kolchfa-aws opened 1 year ago

kolchfa-aws commented 1 year ago

What do you want to do?

Tell us about your request. Provide a summary of the request and all versions that are affected.

 POST /_delete_by_query/<task_id>/_rethrottle
POST /_update_by_query/<task_id>/_rethrottle
POST /_reindex/<task_id>/_rethrottle

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

Naarcha-AWS commented 3 months ago

There seems to be some overlap with the Reindex API, as shown in the API spec: https://github.com/opensearch-project/opensearch-api-specification/blob/main/spec/schemas/_core.reindex_rethrottle.yaml .

Need to find more information about the overlap before moving forward.