File: about-api.md

package info (click to toggle)
elasticsearch-curator 8.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,716 kB
  • sloc: python: 17,838; makefile: 159; sh: 156
file content (11 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
mapped_pages:
  - https://www.elastic.co/guide/en/elasticsearch/client/curator/current/about-api.html
---

# Application Program Interface (API) [about-api]

Curator ships with both an API and CLI tool.  The API, or Application Program Interface, allows you to write your own scripts to accomplish similar goals—​or even new and different things—​with the same code that Curator uses.

The API documentation is not on this site, but is available at [http://curator.readthedocs.io/](http://curator.readthedocs.io/).  The Curator API is built using the [Elasticsearch Python API](http://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.md).