@@ -53,7 +53,7 @@ async def allocation_explain(
5353 or why a shard continues to remain on its current node when you might expect
5454 otherwise.
5555
56- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-allocation-explain.html>`_
56+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-allocation-explain.html>`_
5757
5858 :param current_node: Specifies the node ID or the name of the node to only explain
5959 a shard that is currently located on the specified node.
@@ -126,7 +126,7 @@ async def delete_component_template(
126126 Delete component templates. Component templates are building blocks for constructing
127127 index templates that specify index mappings, settings, and aliases.
128128
129- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
129+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
130130
131131 :param name: Comma-separated list or wildcard expression of component template
132132 names used to limit the request.
@@ -178,7 +178,7 @@ async def delete_voting_config_exclusions(
178178 Clear cluster voting config exclusions. Remove master-eligible nodes from the
179179 voting configuration exclusion list.
180180
181- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /voting-config-exclusions.html>`_
181+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /voting-config-exclusions.html>`_
182182
183183 :param master_timeout: Period to wait for a connection to the master node.
184184 :param wait_for_removal: Specifies whether to wait for all excluded nodes to
@@ -229,7 +229,7 @@ async def exists_component_template(
229229 Check component templates. Returns information about whether a particular component
230230 template exists.
231231
232- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
232+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
233233
234234 :param name: Comma-separated list of component template names used to limit the
235235 request. Wildcard (*) expressions are supported.
@@ -284,7 +284,7 @@ async def get_component_template(
284284 """
285285 Get component templates. Get information about component templates.
286286
287- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
287+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
288288
289289 :param name: Comma-separated list of component template names used to limit the
290290 request. Wildcard (`*`) expressions are supported.
@@ -348,7 +348,7 @@ async def get_settings(
348348 Get cluster-wide settings. By default, it returns only settings that have been
349349 explicitly defined.
350350
351- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-get-settings.html>`_
351+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-get-settings.html>`_
352352
353353 :param flat_settings: If `true`, returns settings in flat format.
354354 :param include_defaults: If `true`, returns default cluster settings from the
@@ -439,7 +439,7 @@ async def health(
439439 high watermark health level. The cluster status is controlled by the worst index
440440 status.
441441
442- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-health.html>`_
442+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-health.html>`_
443443
444444 :param index: Comma-separated list of data streams, indices, and index aliases
445445 used to limit the request. Wildcard expressions (`*`) are supported. To target
@@ -543,7 +543,7 @@ async def info(
543543 """
544544 Get cluster info. Returns basic information about the cluster.
545545
546- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-info.html>`_
546+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-info.html>`_
547547
548548 :param target: Limits the information returned to the specific target. Supports
549549 a comma-separated list, such as http,ingest.
@@ -592,7 +592,7 @@ async def pending_tasks(
592592 index command causes a cluster state update, the activity of this task might
593593 be reported by both task api and pending cluster tasks API.
594594
595- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-pending.html>`_
595+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-pending.html>`_
596596
597597 :param local: If `true`, the request retrieves information from the local node
598598 only. If `false`, information is retrieved from the master node.
@@ -667,7 +667,7 @@ async def post_voting_config_exclusions(
667667 master-ineligible nodes or when removing fewer than half of the master-eligible
668668 nodes.
669669
670- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /voting-config-exclusions.html>`_
670+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /voting-config-exclusions.html>`_
671671
672672 :param master_timeout: Period to wait for a connection to the master node.
673673 :param node_ids: A comma-separated list of the persistent ids of the nodes to
@@ -746,7 +746,7 @@ async def put_component_template(
746746 template to a data stream or index. To be applied, a component template must
747747 be included in an index template's `composed_of` list.
748748
749- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
749+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
750750
751751 :param name: Name of the component template to create. Elasticsearch includes
752752 the following built-in component templates: `logs-mappings`; `logs-settings`;
@@ -854,7 +854,7 @@ async def put_settings(
854854 settings can clear unexpectedly, resulting in a potentially undesired cluster
855855 configuration.
856856
857- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-update-settings.html>`_
857+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-update-settings.html>`_
858858
859859 :param flat_settings: Return settings in flat format (default: false)
860860 :param master_timeout: Explicit operation timeout for connection to master node
@@ -910,7 +910,7 @@ async def remote_info(
910910 This API returns connection and endpoint information keyed by the configured
911911 remote cluster alias.
912912
913- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-remote-info.html>`_
913+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-remote-info.html>`_
914914 """
915915 __path_parts : t .Dict [str , str ] = {}
916916 __path = "/_remote/info"
@@ -973,7 +973,7 @@ async def reroute(
973973 API with the `?retry_failed` URI query parameter, which will attempt a single
974974 retry round for these shards.
975975
976- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-reroute.html>`_
976+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-reroute.html>`_
977977
978978 :param commands: Defines the commands to perform.
979979 :param dry_run: If true, then the request simulates the operation. It will calculate
@@ -1081,7 +1081,7 @@ async def state(
10811081 external monitoring tools. Instead, obtain the information you require using
10821082 other more stable cluster APIs.
10831083
1084- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-state.html>`_
1084+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-state.html>`_
10851085
10861086 :param metric: Limit the information returned to the specified metrics
10871087 :param index: A comma-separated list of index names; use `_all` or empty string
@@ -1167,7 +1167,7 @@ async def stats(
11671167 usage) and information about the current nodes that form the cluster (number,
11681168 roles, os, jvm versions, memory usage, cpu and installed plugins).
11691169
1170- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-stats.html>`_
1170+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-stats.html>`_
11711171
11721172 :param node_id: Comma-separated list of node filters used to limit returned information.
11731173 Defaults to all nodes in the cluster.
0 commit comments