You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch/_async/client/async_search.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ async def delete(
44
44
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the <code>cancel_task</code> cluster privilege.</p>
:param id: A unique identifier for the async search.
50
50
"""
@@ -94,7 +94,7 @@ async def get(
94
94
If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.</p>
:param id: A unique identifier for the async search.
170
170
:param keep_alive: The length of time that the async search needs to be available.
@@ -346,7 +346,7 @@ async def submit(
346
346
The maximum allowed size for a stored async search response can be set by changing the <code>search.max_async_search_response_size</code> cluster level setting.</p>
<p>NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.</p>
<p>NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.</p>
<p>NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.</p>
Copy file name to clipboardExpand all lines: elasticsearch/_async/client/cat.py
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ async def aliases(
65
65
<p>IMPORTANT: CAT APIs are only intended for human consumption using the command line or the Kibana console. They are not intended for use by applications. For application consumption, use the aliases API.</p>
:param name: A comma-separated list of aliases to retrieve. Supports wildcards
71
71
(`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
@@ -161,7 +161,7 @@ async def allocation(
161
161
<p>IMPORTANT: CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.</p>
:param index: Comma-separated list of data streams, indices, and aliases used
629
629
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -721,7 +721,7 @@ async def master(
721
721
<p>IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.</p>
:param model_id: A unique identifier for the trained model.
1624
1624
:param allow_no_match: Specifies what to do when the request: contains wildcard
@@ -1711,7 +1711,7 @@ async def nodeattrs(
1711
1711
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.</p>
:param format: Specifies the format to return the columnar data in, can be set
1717
1717
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1794,7 +1794,7 @@ async def nodes(
1794
1794
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.</p>
:param bytes: The unit used to display byte values.
1800
1800
:param format: Specifies the format to return the columnar data in, can be set
@@ -1881,7 +1881,7 @@ async def pending_tasks(
1881
1881
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the pending cluster tasks API.</p>
:param format: Specifies the format to return the columnar data in, can be set
1887
1887
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1961,7 +1961,7 @@ async def plugins(
1961
1961
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.</p>
:param format: Specifies the format to return the columnar data in, can be set
1967
1967
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -2049,7 +2049,7 @@ async def recovery(
2049
2049
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index recovery API.</p>
:param index: A comma-separated list of data streams, indices, and aliases used
2055
2055
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -2137,7 +2137,7 @@ async def repositories(
2137
2137
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot repository API.</p>
:param format: Specifies the format to return the columnar data in, can be set
2143
2143
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -2218,7 +2218,7 @@ async def segments(
2218
2218
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index segments API.</p>
:param index: A comma-separated list of data streams, indices, and aliases used
2224
2224
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -2312,7 +2312,7 @@ async def shards(
2312
2312
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.</p>
:param index: A comma-separated list of data streams, indices, and aliases used
2318
2318
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -2401,7 +2401,7 @@ async def snapshots(
2401
2401
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot API.</p>
:param repository: A comma-separated list of snapshot repositories used to limit
2407
2407
the request. Accepts wildcard expressions. `_all` returns all repositories.
@@ -2494,7 +2494,7 @@ async def tasks(
2494
2494
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the task management API.</p>
:param actions: The task action names, which are used to limit the response.
2500
2500
:param detailed: If `true`, the response includes detailed information about
@@ -2588,7 +2588,7 @@ async def templates(
2588
2588
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get index template API.</p>
:param name: The name of the template to return. Accepts wildcard expressions.
2594
2594
If omitted, all templates are returned.
@@ -2676,7 +2676,7 @@ async def thread_pool(
2676
2676
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.</p>
0 commit comments