mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
The endpoint `_snapshottable_features` is long and implies incorrect things about this API - it is used not just for snapshots, but also for the upcoming reset API. Following discussions on the team, this commit changes the endpoint to `_features` and removes the connection between this API and snapshots, as snapshots are not the only use for the output of this API.
77 lines
3.2 KiB
Text
77 lines
3.2 KiB
Text
[[rest-apis]]
|
|
= REST APIs
|
|
|
|
[partintro]
|
|
--
|
|
{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.
|
|
|
|
* <<api-conventions, API conventions>>
|
|
* <<autoscaling-apis, Autoscaling APIs>>
|
|
* <<cat, cat APIs>>
|
|
* <<cluster, Cluster APIs>>
|
|
* <<features-apis,Features APIs>>
|
|
* <<ccr-apis,{ccr-cap} APIs>>
|
|
* <<data-stream-apis,Data stream APIs>>
|
|
* <<docs, Document APIs>>
|
|
* <<enrich-apis,Enrich APIs>>
|
|
* <<graph-explore-api,Graph explore API>>
|
|
* <<find-structure,Find structure API>>
|
|
* <<indices, Index APIs>>
|
|
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
|
* <<ingest-apis,Ingest APIs>>
|
|
* <<info-api,Info API>>
|
|
* <<licensing-apis,Licensing APIs>>
|
|
* <<logstash-apis,Logstash APIs>>
|
|
* <<ml-apis,{ml-cap} {anomaly-detect} APIs>>
|
|
* <<ml-df-analytics-apis,{ml-cap} {dfanalytics} APIs>>
|
|
* <<migration-api,Migration APIs>>
|
|
* <<indices-reload-analyzers,Reload search analyzers API>>
|
|
* <<repositories-metering-apis,Repositories metering APIs>>
|
|
* <<rollup-apis,Rollup APIs>>
|
|
* <<search, Search APIs>>
|
|
* <<searchable-snapshots-apis, Searchable snapshots APIs>>
|
|
* <<security-api,Security APIs>>
|
|
* <<snapshot-restore-apis,Snapshot and restore APIs>>
|
|
* <<snapshot-lifecycle-management-api,Snapshot lifecycle management APIs>>
|
|
* <<transform-apis,{transform-cap} APIs>>
|
|
* <<usage-api,Usage API>>
|
|
* <<watcher-api,Watcher APIs>>
|
|
--
|
|
|
|
include::{es-repo-dir}/api-conventions.asciidoc[]
|
|
include::{es-repo-dir}/autoscaling/apis/autoscaling-apis.asciidoc[]
|
|
include::{es-repo-dir}/cat.asciidoc[]
|
|
include::{es-repo-dir}/cluster.asciidoc[]
|
|
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
|
include::{es-repo-dir}/data-streams/data-stream-apis.asciidoc[]
|
|
include::{es-repo-dir}/docs.asciidoc[]
|
|
include::{es-repo-dir}/ingest/apis/enrich/index.asciidoc[]
|
|
include::{es-repo-dir}/features/apis/features-apis.asciidoc[]
|
|
include::{es-repo-dir}/text-structure/apis/find-structure.asciidoc[leveloffset=+1]
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
|
include::{es-repo-dir}/indices.asciidoc[]
|
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
|
include::{es-repo-dir}/ingest/apis/index.asciidoc[]
|
|
include::info.asciidoc[]
|
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
|
include::{xes-repo-dir}/rest-api/logstash/index.asciidoc[]
|
|
include::{es-repo-dir}/ml/anomaly-detection/apis/index.asciidoc[]
|
|
include::{es-repo-dir}/ml/df-analytics/apis/index.asciidoc[]
|
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
|
include::{es-repo-dir}/indices/apis/reload-analyzers.asciidoc[]
|
|
include::{es-repo-dir}/repositories-metering-api/repositories-metering-apis.asciidoc[]
|
|
include::{es-repo-dir}/rollup/rollup-apis.asciidoc[]
|
|
include::{es-repo-dir}/search.asciidoc[]
|
|
include::{es-repo-dir}/searchable-snapshots/apis/searchable-snapshots-apis.asciidoc[]
|
|
include::{xes-repo-dir}/rest-api/security.asciidoc[]
|
|
include::{es-repo-dir}/snapshot-restore/apis/snapshot-restore-apis.asciidoc[]
|
|
include::{es-repo-dir}/slm/apis/slm-api.asciidoc[]
|
|
include::{es-repo-dir}/transform/apis/index.asciidoc[]
|
|
include::usage.asciidoc[]
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
|
include::defs.asciidoc[]
|