@@ -24,7 +24,7 @@ async def aliases(self, name=None, params=None, headers=None):
2424 """
2525 Shows information about currently configured aliases to indices including
2626 filter and routing infos.
27- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-alias.html>`_
27+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-alias.html>`_
2828
2929 :arg name: A comma-separated list of alias names to return
3030 :arg expand_wildcards: Whether to expand wildcard expression to
@@ -49,7 +49,7 @@ async def allocation(self, node_id=None, params=None, headers=None):
4949 """
5050 Provides a snapshot of how many shards are allocated to each data node and how
5151 much disk space they are using.
52- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-allocation.html>`_
52+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-allocation.html>`_
5353
5454 :arg node_id: A comma-separated list of node IDs or names to
5555 limit the returned information
@@ -79,7 +79,7 @@ async def count(self, index=None, params=None, headers=None):
7979 """
8080 Provides quick access to the document count of the entire cluster, or
8181 individual indices.
82- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-count.html>`_
82+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-count.html>`_
8383
8484 :arg index: A comma-separated list of index names to limit the
8585 returned information
@@ -99,7 +99,7 @@ async def count(self, index=None, params=None, headers=None):
9999 async def health (self , params = None , headers = None ):
100100 """
101101 Returns a concise representation of the cluster health.
102- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-health.html>`_
102+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-health.html>`_
103103
104104 :arg format: a short version of the Accept header, e.g. json,
105105 yaml
@@ -120,7 +120,7 @@ async def health(self, params=None, headers=None):
120120 async def help (self , params = None , headers = None ):
121121 """
122122 Returns help for the Cat APIs.
123- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat.html>`_
123+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat.html>`_
124124
125125 :arg help: Return help information
126126 :arg s: Comma-separated list of column names or column aliases
@@ -149,7 +149,7 @@ async def indices(self, index=None, params=None, headers=None):
149149 """
150150 Returns information about indices: number of primaries and replicas, document
151151 counts, disk size, ...
152- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-indices.html>`_
152+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-indices.html>`_
153153
154154 :arg index: A comma-separated list of index names to limit the
155155 returned information
@@ -187,7 +187,7 @@ async def indices(self, index=None, params=None, headers=None):
187187 async def master (self , params = None , headers = None ):
188188 """
189189 Returns information about the master node.
190- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-master.html>`_
190+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-master.html>`_
191191
192192 :arg format: a short version of the Accept header, e.g. json,
193193 yaml
@@ -220,7 +220,7 @@ async def master(self, params=None, headers=None):
220220 async def nodes (self , params = None , headers = None ):
221221 """
222222 Returns basic statistics about performance of cluster nodes.
223- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-nodes.html>`_
223+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-nodes.html>`_
224224
225225 :arg bytes: The unit in which to display byte values Valid
226226 choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
@@ -250,7 +250,7 @@ async def nodes(self, params=None, headers=None):
250250 async def recovery (self , index = None , params = None , headers = None ):
251251 """
252252 Returns information about index shard recoveries, both on-going completed.
253- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-recovery.html>`_
253+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-recovery.html>`_
254254
255255 :arg index: Comma-separated list or wildcard expression of index
256256 names to limit the returned information
@@ -280,7 +280,7 @@ async def recovery(self, index=None, params=None, headers=None):
280280 async def shards (self , index = None , params = None , headers = None ):
281281 """
282282 Provides a detailed view of shard allocation on nodes.
283- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-shards.html>`_
283+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-shards.html>`_
284284
285285 :arg index: A comma-separated list of index names to limit the
286286 returned information
@@ -308,7 +308,7 @@ async def shards(self, index=None, params=None, headers=None):
308308 async def segments (self , index = None , params = None , headers = None ):
309309 """
310310 Provides low-level information about the segments in the shards of an index.
311- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-segments.html>`_
311+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-segments.html>`_
312312
313313 :arg index: A comma-separated list of index names to limit the
314314 returned information
@@ -330,7 +330,7 @@ async def segments(self, index=None, params=None, headers=None):
330330 async def pending_tasks (self , params = None , headers = None ):
331331 """
332332 Returns a concise representation of the cluster pending tasks.
333- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-pending-tasks.html>`_
333+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-pending-tasks.html>`_
334334
335335 :arg format: a short version of the Accept header, e.g. json,
336336 yaml
@@ -355,7 +355,7 @@ async def thread_pool(self, thread_pool_patterns=None, params=None, headers=None
355355 """
356356 Returns cluster-wide thread pool statistics per node. By default the active,
357357 queue and rejected statistics are returned for all thread pools.
358- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-thread-pool.html>`_
358+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-thread-pool.html>`_
359359
360360 :arg thread_pool_patterns: A comma-separated list of regular-
361361 expressions to filter the thread pools in the output
@@ -385,7 +385,7 @@ async def fielddata(self, fields=None, params=None, headers=None):
385385 """
386386 Shows how much heap memory is currently being used by fielddata on every data
387387 node in the cluster.
388- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-fielddata.html>`_
388+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-fielddata.html>`_
389389
390390 :arg fields: A comma-separated list of fields to return in the
391391 output
@@ -410,7 +410,7 @@ async def fielddata(self, fields=None, params=None, headers=None):
410410 async def plugins (self , params = None , headers = None ):
411411 """
412412 Returns information about installed plugins across nodes node.
413- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-plugins.html>`_
413+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-plugins.html>`_
414414
415415 :arg format: a short version of the Accept header, e.g. json,
416416 yaml
@@ -432,7 +432,7 @@ async def plugins(self, params=None, headers=None):
432432 async def nodeattrs (self , params = None , headers = None ):
433433 """
434434 Returns information about custom node attributes.
435- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-nodeattrs.html>`_
435+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-nodeattrs.html>`_
436436
437437 :arg format: a short version of the Accept header, e.g. json,
438438 yaml
@@ -454,7 +454,7 @@ async def nodeattrs(self, params=None, headers=None):
454454 async def repositories (self , params = None , headers = None ):
455455 """
456456 Returns information about snapshot repositories registered in the cluster.
457- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-repositories.html>`_
457+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-repositories.html>`_
458458
459459 :arg format: a short version of the Accept header, e.g. json,
460460 yaml
@@ -478,7 +478,7 @@ async def repositories(self, params=None, headers=None):
478478 async def snapshots (self , repository = None , params = None , headers = None ):
479479 """
480480 Returns all snapshots in a specific repository.
481- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-snapshots.html>`_
481+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-snapshots.html>`_
482482
483483 :arg repository: Name of repository from which to fetch the
484484 snapshot information
@@ -519,7 +519,7 @@ async def tasks(self, params=None, headers=None):
519519 """
520520 Returns information about the tasks currently executing on one or more nodes in
521521 the cluster.
522- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /tasks.html>`_
522+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /tasks.html>`_
523523
524524 :arg actions: A comma-separated list of actions that should be
525525 returned. Leave empty to return all.
@@ -548,7 +548,7 @@ async def tasks(self, params=None, headers=None):
548548 async def templates (self , name = None , params = None , headers = None ):
549549 """
550550 Returns information about existing templates.
551- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-templates.html>`_
551+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-templates.html>`_
552552
553553 :arg name: A pattern that returned template names must match
554554 :arg format: a short version of the Accept header, e.g. json,
@@ -571,7 +571,7 @@ async def templates(self, name=None, params=None, headers=None):
571571 async def ml_data_frame_analytics (self , id = None , params = None , headers = None ):
572572 """
573573 Gets configuration and usage information about data frame analytics jobs.
574- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-dfanalytics.html>`_
574+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-dfanalytics.html>`_
575575
576576 :arg id: The ID of the data frame analytics to fetch
577577 :arg allow_no_match: Whether to ignore if a wildcard expression
@@ -602,7 +602,7 @@ async def ml_data_frame_analytics(self, id=None, params=None, headers=None):
602602 async def ml_datafeeds (self , datafeed_id = None , params = None , headers = None ):
603603 """
604604 Gets configuration and usage information about datafeeds.
605- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-datafeeds.html>`_
605+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-datafeeds.html>`_
606606
607607 :arg datafeed_id: The ID of the datafeeds stats to fetch
608608 :arg allow_no_datafeeds: Whether to ignore if a wildcard
@@ -642,7 +642,7 @@ async def ml_datafeeds(self, datafeed_id=None, params=None, headers=None):
642642 async def ml_jobs (self , job_id = None , params = None , headers = None ):
643643 """
644644 Gets configuration and usage information about anomaly detection jobs.
645- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-anomaly-detectors.html>`_
645+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-anomaly-detectors.html>`_
646646
647647 :arg job_id: The ID of the jobs stats to fetch
648648 :arg allow_no_jobs: Whether to ignore if a wildcard expression
@@ -685,7 +685,7 @@ async def ml_jobs(self, job_id=None, params=None, headers=None):
685685 async def ml_trained_models (self , model_id = None , params = None , headers = None ):
686686 """
687687 Gets configuration and usage information about inference trained models.
688- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-trained-model.html>`_
688+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-trained-model.html>`_
689689
690690 :arg model_id: The ID of the trained models stats to fetch
691691 :arg allow_no_match: Whether to ignore if a wildcard expression
@@ -723,7 +723,7 @@ async def ml_trained_models(self, model_id=None, params=None, headers=None):
723723 async def transforms (self , transform_id = None , params = None , headers = None ):
724724 """
725725 Gets configuration and usage information about transforms.
726- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-transforms.html>`_
726+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.10 /cat-transforms.html>`_
727727
728728 :arg transform_id: The id of the transform for which to get
729729 stats. '_all' or '*' implies all transforms
0 commit comments