mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 01:48:45 +00:00
Moves the following API sections under the REST APIs navigations: - API Conventions - Document APIs - Search APIs - Index APIs (previously named Indices APIs) - cat APIs - Cluster APIs Other supporting changes: - Removes the previous index APIs page under REST APIs. Adds a redirect for the removed page. - Removes several [partintro] macros so the docs build correctly. - Changes anchors for pages that become sections of a parent page. - Adds several redirects for existing pages that become sections of a parent page. This commit re-applies changes from #44238. Changes from that PR were reverted due to broken links in several repos. This commit adds redirects for those broken links.
58 lines
1.9 KiB
Plaintext
58 lines
1.9 KiB
Plaintext
[[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.
|
|
|
|
* <<docs>>
|
|
* <<search>>
|
|
* <<indices>>
|
|
* <<cat>>
|
|
* <<cluster>>
|
|
* <<info-api,Info API>>
|
|
* <<ccr-apis,{ccr-cap} APIs>>
|
|
* <<data-frame-apis,{dataframe-cap} APIs>>
|
|
* <<graph-explore-api,Graph Explore API>>
|
|
* <<indices-reload-analyzers,Reload Search Analyzers API>>
|
|
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
|
* <<snapshot-lifecycle-management-api,Snapshot lifecycle management APIs>>
|
|
* <<licensing-apis,Licensing APIs>>
|
|
* <<ml-apis,{ml-cap} {anomaly-detect} APIs>>
|
|
* <<ml-df-analytics-apis,{ml-cap} {dfanalytics} APIs>>
|
|
* <<security-api,Security APIs>>
|
|
* <<watcher-api,Watcher APIs>>
|
|
* <<rollup-apis,Rollup APIs>>
|
|
* <<migration-api,Migration APIs>>
|
|
--
|
|
|
|
:leveloffset: +1
|
|
include::{es-repo-dir}/api-conventions.asciidoc[]
|
|
include::{es-repo-dir}/docs.asciidoc[]
|
|
include::{es-repo-dir}/search.asciidoc[]
|
|
include::{es-repo-dir}/indices.asciidoc[]
|
|
include::{es-repo-dir}/cat.asciidoc[]
|
|
include::{es-repo-dir}/cluster.asciidoc[]
|
|
|
|
:leveloffset: -1
|
|
include::info.asciidoc[]
|
|
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
|
include::{es-repo-dir}/data-frames/apis/index.asciidoc[]
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
|
include::{es-repo-dir}/ilm/apis/slm-api.asciidoc[]
|
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
|
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]
|
|
include::{es-repo-dir}/ml/df-analytics/apis/index.asciidoc[]
|
|
include::{es-repo-dir}/rollup/rollup-api.asciidoc[]
|
|
include::{xes-repo-dir}/rest-api/security.asciidoc[]
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
|
include::{es-repo-dir}/indices/apis/reload-analyzers.asciidoc[]
|
|
include::defs.asciidoc[]
|