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
+12-8Lines changed: 12 additions & 8 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,11 +94,11 @@ 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.
166
-
:param keep_alive: Specifies how long the async search needs to be available.
170
+
:param keep_alive: The length of time that the async search needs to be available.
167
171
Ongoing async searches and any saved search results are deleted after this
168
172
period.
169
173
"""
@@ -341,7 +345,7 @@ async def submit(
341
345
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
@@ -64,7 +64,7 @@ async def aliases(
64
64
<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
70
70
(`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
@@ -154,7 +154,7 @@ async def allocation(
154
154
<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
622
622
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -714,7 +714,7 @@ async def master(
714
714
<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.
1617
1617
:param allow_no_match: Specifies what to do when the request: contains wildcard
@@ -1704,7 +1704,7 @@ async def nodeattrs(
1704
1704
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
1710
1710
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1787,7 +1787,7 @@ async def nodes(
1787
1787
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.
1793
1793
:param format: Specifies the format to return the columnar data in, can be set
@@ -1874,7 +1874,7 @@ async def pending_tasks(
1874
1874
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
1880
1880
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1954,7 +1954,7 @@ async def plugins(
1954
1954
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
1960
1960
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -2042,7 +2042,7 @@ async def recovery(
2042
2042
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
2048
2048
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -2130,7 +2130,7 @@ async def repositories(
2130
2130
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
2136
2136
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -2211,7 +2211,7 @@ async def segments(
2211
2211
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
2217
2217
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -2305,7 +2305,7 @@ async def shards(
2305
2305
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
2311
2311
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -2394,7 +2394,7 @@ async def snapshots(
2394
2394
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
2400
2400
the request. Accepts wildcard expressions. `_all` returns all repositories.
@@ -2487,7 +2487,7 @@ async def tasks(
2487
2487
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.
2493
2493
:param detailed: If `true`, the response includes detailed information about
@@ -2581,7 +2581,7 @@ async def templates(
2581
2581
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.
2587
2587
If omitted, all templates are returned.
@@ -2669,7 +2669,7 @@ async def thread_pool(
2669
2669
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