File: es_api.rst

package info (click to toggle)
python-elasticsearch 9.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,728 kB
  • sloc: python: 104,053; makefile: 151; javascript: 75
file content (59 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. _api:

Elasticsearch API
=================

All the API calls map the raw REST API as closely as possible, including the
distinction between required and optional arguments to the calls. Keyword
arguments are required for all calls.

.. note::

   Some API parameters in Elasticsearch are reserved keywords in Python.
   For example the ``from`` query parameter for pagination would be aliased as
   ``from_``.

.. toctree::
   :maxdepth: 1

   api/elasticsearch
   api/async-search
   api/autoscaling
   api/cat
   api/ccr
   api/cluster
   api/connector
   api/dangling-indices
   api/enrich-policies
   api/eql
   api/esql
   api/fleet
   api/graph-explore
   api/index-lifecycle-management
   api/indices
   api/inference
   api/ingest-pipelines
   api/license
   api/logstash
   api/migration
   api/ml
   api/monitoring
   api/nodes
   api/query-rules
   api/rollup-indices
   api/search-application
   api/searchable-snapshots
   api/security
   api/shutdown
   api/simulate
   api/snapshot-lifecycle-management
   api/snapshots
   api/snapshottable-features
   api/sql
   api/synonyms
   api/tls-ssl
   api/tasks
   api/text-structure
   api/transforms
   api/watcher
   api/x-pack