2019-06-27 01:44:33 +08:00
|
|
|
[[rest-apis]]
|
|
|
|
= REST APIs
|
2018-06-06 07:43:55 +08:00
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
2019-06-27 01:44:33 +08:00
|
|
|
{es} exposes REST APIs that are used by the UI components and can be called
|
|
|
|
directly to configure and access {es} features.
|
|
|
|
|
|
|
|
[NOTE]
|
|
|
|
We are working on including more {es} APIs in this section. Some content might
|
|
|
|
not be included yet.
|
2018-06-06 07:43:55 +08:00
|
|
|
|
2019-07-20 02:35:36 +08:00
|
|
|
* <<api-conventions, API conventions>>
|
2020-04-02 03:43:44 +08:00
|
|
|
ifdef::permanently-unreleased-branch[]
|
|
|
|
* <<autoscaling-apis, Autoscaling APIs>>
|
|
|
|
endif::[]
|
2019-07-20 02:35:36 +08:00
|
|
|
* <<cat, cat APIs>>
|
|
|
|
* <<cluster, Cluster APIs>>
|
2019-03-13 05:27:17 +08:00
|
|
|
* <<ccr-apis,{ccr-cap} APIs>>
|
2019-07-20 02:35:36 +08:00
|
|
|
* <<docs, Document APIs>>
|
2019-09-05 02:11:52 +08:00
|
|
|
* <<enrich-apis,Enrich APIs>>
|
2018-06-06 07:43:55 +08:00
|
|
|
* <<graph-explore-api,Graph Explore API>>
|
2019-07-20 02:35:36 +08:00
|
|
|
* <<indices, Index APIs>>
|
2018-10-31 09:27:43 +08:00
|
|
|
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
2019-08-23 23:54:40 +08:00
|
|
|
* <<ingest-apis,Ingest APIs>>
|
2019-07-20 02:35:36 +08:00
|
|
|
* <<info-api,Info API>>
|
2018-06-06 07:43:55 +08:00
|
|
|
* <<licensing-apis,Licensing APIs>>
|
2019-07-17 04:22:27 +08:00
|
|
|
* <<ml-apis,{ml-cap} {anomaly-detect} APIs>>
|
|
|
|
* <<ml-df-analytics-apis,{ml-cap} {dfanalytics} APIs>>
|
2019-07-20 02:35:36 +08:00
|
|
|
* <<migration-api,Migration APIs>>
|
|
|
|
* <<indices-reload-analyzers,Reload Search Analyzers API>>
|
|
|
|
* <<rollup-apis,Rollup APIs>>
|
|
|
|
* <<search, Search APIs>>
|
2020-04-06 21:51:05 +08:00
|
|
|
* <<searchable-snapshots-apis, Searchable snapshots APIs>>
|
2018-06-06 07:43:55 +08:00
|
|
|
* <<security-api,Security APIs>>
|
2019-07-20 02:35:36 +08:00
|
|
|
* <<snapshot-lifecycle-management-api,Snapshot lifecycle management APIs>>
|
2019-09-21 04:26:57 +08:00
|
|
|
* <<transform-apis,{transform-cap} APIs>>
|
2020-02-21 01:25:57 +08:00
|
|
|
* <<usage-api,Usage API>>
|
2018-06-06 07:43:55 +08:00
|
|
|
* <<watcher-api,Watcher APIs>>
|
|
|
|
--
|
|
|
|
|
2019-07-17 20:49:22 +08:00
|
|
|
include::{es-repo-dir}/api-conventions.asciidoc[]
|
2020-04-02 03:43:44 +08:00
|
|
|
ifdef::permanently-unreleased-branch[]
|
2020-02-07 08:15:17 +08:00
|
|
|
include::{es-repo-dir}/autoscaling/apis/autoscaling-apis.asciidoc[]
|
2020-04-02 03:43:44 +08:00
|
|
|
endif::[]
|
2019-07-17 20:49:22 +08:00
|
|
|
include::{es-repo-dir}/cat.asciidoc[]
|
|
|
|
include::{es-repo-dir}/cluster.asciidoc[]
|
2018-10-26 23:23:35 +08:00
|
|
|
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
2019-07-20 02:35:36 +08:00
|
|
|
include::{es-repo-dir}/docs.asciidoc[]
|
2019-09-05 02:11:52 +08:00
|
|
|
include::{es-repo-dir}/ingest/apis/enrich/index.asciidoc[]
|
2018-09-27 05:59:31 +08:00
|
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
2019-07-20 02:35:36 +08:00
|
|
|
include::{es-repo-dir}/indices.asciidoc[]
|
2018-10-31 09:27:43 +08:00
|
|
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
2019-08-23 23:54:40 +08:00
|
|
|
include::{es-repo-dir}/ingest/apis/index.asciidoc[]
|
2019-07-20 02:35:36 +08:00
|
|
|
include::info.asciidoc[]
|
2018-06-20 23:17:11 +08:00
|
|
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
2019-07-18 04:48:12 +08:00
|
|
|
include::{es-repo-dir}/ml/anomaly-detection/apis/ml-api.asciidoc[]
|
2019-07-17 04:22:27 +08:00
|
|
|
include::{es-repo-dir}/ml/df-analytics/apis/index.asciidoc[]
|
2019-07-20 02:35:36 +08:00
|
|
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
|
|
|
include::{es-repo-dir}/indices/apis/reload-analyzers.asciidoc[]
|
2018-09-01 01:50:43 +08:00
|
|
|
include::{es-repo-dir}/rollup/rollup-api.asciidoc[]
|
2019-07-20 02:35:36 +08:00
|
|
|
include::{es-repo-dir}/search.asciidoc[]
|
2020-04-06 21:51:05 +08:00
|
|
|
include::{es-repo-dir}/searchable-snapshots/apis/searchable-snapshots-apis.asciidoc[]
|
2018-06-06 07:43:55 +08:00
|
|
|
include::{xes-repo-dir}/rest-api/security.asciidoc[]
|
2020-01-22 11:58:17 +08:00
|
|
|
include::{es-repo-dir}/slm/apis/slm-api.asciidoc[]
|
2019-09-17 01:23:46 +08:00
|
|
|
include::{es-repo-dir}/transform/apis/index.asciidoc[]
|
2020-02-21 01:25:57 +08:00
|
|
|
include::usage.asciidoc[]
|
2018-06-06 07:43:55 +08:00
|
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
2018-09-01 07:49:24 +08:00
|
|
|
include::defs.asciidoc[]
|