2019-06-26 13:44:33 -04:00
|
|
|
[[rest-apis]]
|
|
|
|
= REST APIs
|
2018-06-05 19:43:55 -04:00
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
2019-06-26 13:44:33 -04: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-05 19:43:55 -04:00
|
|
|
|
2019-07-19 14:35:36 -04:00
|
|
|
* <<api-conventions, API conventions>>
|
2020-04-01 15:43:44 -04:00
|
|
|
ifdef::permanently-unreleased-branch[]
|
|
|
|
* <<autoscaling-apis, Autoscaling APIs>>
|
|
|
|
endif::[]
|
2019-07-19 14:35:36 -04:00
|
|
|
* <<cat, cat APIs>>
|
|
|
|
* <<cluster, Cluster APIs>>
|
2019-03-12 17:27:17 -04:00
|
|
|
* <<ccr-apis,{ccr-cap} APIs>>
|
2020-06-18 09:41:43 -04:00
|
|
|
* <<data-stream-apis,Data stream APIs>>
|
2019-07-19 14:35:36 -04:00
|
|
|
* <<docs, Document APIs>>
|
2019-09-04 14:11:52 -04:00
|
|
|
* <<enrich-apis,Enrich APIs>>
|
2018-06-05 19:43:55 -04:00
|
|
|
* <<graph-explore-api,Graph Explore API>>
|
2019-07-19 14:35:36 -04:00
|
|
|
* <<indices, Index APIs>>
|
2018-10-30 21:27:43 -04:00
|
|
|
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
2019-08-23 11:54:40 -04:00
|
|
|
* <<ingest-apis,Ingest APIs>>
|
2019-07-19 14:35:36 -04:00
|
|
|
* <<info-api,Info API>>
|
2018-06-05 19:43:55 -04:00
|
|
|
* <<licensing-apis,Licensing APIs>>
|
2019-07-16 16:22:27 -04:00
|
|
|
* <<ml-apis,{ml-cap} {anomaly-detect} APIs>>
|
|
|
|
* <<ml-df-analytics-apis,{ml-cap} {dfanalytics} APIs>>
|
2019-07-19 14:35:36 -04:00
|
|
|
* <<migration-api,Migration APIs>>
|
|
|
|
* <<indices-reload-analyzers,Reload Search Analyzers API>>
|
|
|
|
* <<rollup-apis,Rollup APIs>>
|
|
|
|
* <<search, Search APIs>>
|
2020-06-30 07:24:35 -04:00
|
|
|
ifdef::permanently-unreleased-branch[]
|
2020-04-07 07:28:53 -04:00
|
|
|
* <<searchable-snapshots-apis, Searchable snapshots APIs>>
|
2020-06-30 07:24:35 -04:00
|
|
|
endif::[]
|
2018-06-05 19:43:55 -04:00
|
|
|
* <<security-api,Security APIs>>
|
2020-05-12 09:54:49 -04:00
|
|
|
* <<snapshot-restore-apis,Snapshot and restore APIs>>
|
2019-07-19 14:35:36 -04:00
|
|
|
* <<snapshot-lifecycle-management-api,Snapshot lifecycle management APIs>>
|
2019-09-20 18:57:43 -04:00
|
|
|
* <<transform-apis,{transform-cap} APIs>>
|
2020-02-21 09:57:11 -05:00
|
|
|
* <<usage-api,Usage API>>
|
2018-06-05 19:43:55 -04:00
|
|
|
* <<watcher-api,Watcher APIs>>
|
|
|
|
--
|
|
|
|
|
2019-07-17 08:49:22 -04:00
|
|
|
include::{es-repo-dir}/api-conventions.asciidoc[]
|
2020-04-01 15:43:44 -04:00
|
|
|
ifdef::permanently-unreleased-branch[]
|
2020-02-06 21:55:01 -05:00
|
|
|
include::{es-repo-dir}/autoscaling/apis/autoscaling-apis.asciidoc[]
|
2020-04-01 15:43:44 -04:00
|
|
|
endif::[]
|
2019-07-17 08:49:22 -04:00
|
|
|
include::{es-repo-dir}/cat.asciidoc[]
|
|
|
|
include::{es-repo-dir}/cluster.asciidoc[]
|
2018-10-26 11:23:35 -04:00
|
|
|
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
2020-06-11 11:32:09 -04:00
|
|
|
include::{es-repo-dir}/data-streams/data-stream-apis.asciidoc[]
|
2019-07-19 14:35:36 -04:00
|
|
|
include::{es-repo-dir}/docs.asciidoc[]
|
2019-09-04 14:11:52 -04:00
|
|
|
include::{es-repo-dir}/ingest/apis/enrich/index.asciidoc[]
|
2018-09-26 17:59:31 -04:00
|
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
2019-07-19 14:35:36 -04:00
|
|
|
include::{es-repo-dir}/indices.asciidoc[]
|
2018-10-30 21:27:43 -04:00
|
|
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
2019-08-23 11:54:40 -04:00
|
|
|
include::{es-repo-dir}/ingest/apis/index.asciidoc[]
|
2019-07-19 14:35:36 -04:00
|
|
|
include::info.asciidoc[]
|
2018-06-20 11:17:11 -04:00
|
|
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
2019-07-18 11:44:52 -04:00
|
|
|
include::{es-repo-dir}/ml/anomaly-detection/apis/ml-api.asciidoc[]
|
2019-07-16 16:22:27 -04:00
|
|
|
include::{es-repo-dir}/ml/df-analytics/apis/index.asciidoc[]
|
2019-07-19 14:35:36 -04:00
|
|
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
|
|
|
include::{es-repo-dir}/indices/apis/reload-analyzers.asciidoc[]
|
2018-08-31 13:50:43 -04:00
|
|
|
include::{es-repo-dir}/rollup/rollup-api.asciidoc[]
|
2019-07-19 14:35:36 -04:00
|
|
|
include::{es-repo-dir}/search.asciidoc[]
|
2020-06-30 07:24:35 -04:00
|
|
|
ifdef::permanently-unreleased-branch[]
|
2020-04-07 07:28:53 -04:00
|
|
|
include::{es-repo-dir}/searchable-snapshots/apis/searchable-snapshots-apis.asciidoc[]
|
2020-06-30 07:24:35 -04:00
|
|
|
endif::[]
|
2018-06-05 19:43:55 -04:00
|
|
|
include::{xes-repo-dir}/rest-api/security.asciidoc[]
|
2020-05-12 09:54:49 -04:00
|
|
|
include::{es-repo-dir}/snapshot-restore/apis/snapshot-restore-apis.asciidoc[]
|
2020-02-04 19:45:18 -05:00
|
|
|
include::{es-repo-dir}/slm/apis/slm-api.asciidoc[]
|
2019-09-16 13:23:46 -04:00
|
|
|
include::{es-repo-dir}/transform/apis/index.asciidoc[]
|
2020-02-21 09:57:11 -05:00
|
|
|
include::usage.asciidoc[]
|
2018-06-05 19:43:55 -04:00
|
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
2018-08-31 19:49:24 -04:00
|
|
|
include::defs.asciidoc[]
|