123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- [[java-rest-high-supported-apis]]
- == Document APIs
- :upid: {mainid}-document
- :doc-tests-file: {doc-tests}/CRUDDocumentationIT.java
- The Java High Level REST Client supports the following Document APIs:
- [[single-doc]]
- Single document APIs::
- * <<{upid}-index>>
- * <<{upid}-get>>
- * <<{upid}-delete>>
- * <<{upid}-update>>
- [[multi-doc]]
- Multi-document APIs::
- * <<{upid}-bulk>>
- * <<{upid}-multi-get>>
- * <<{upid}-reindex>>
- * <<{upid}-update-by-query>>
- * <<{upid}-delete-by-query>>
- * <<{upid}-rethrottle>>
- include::document/index.asciidoc[]
- include::document/get.asciidoc[]
- include::document/exists.asciidoc[]
- include::document/delete.asciidoc[]
- include::document/update.asciidoc[]
- include::document/bulk.asciidoc[]
- include::document/multi-get.asciidoc[]
- include::document/reindex.asciidoc[]
- include::document/update-by-query.asciidoc[]
- include::document/delete-by-query.asciidoc[]
- include::document/rethrottle.asciidoc[]
- == Search APIs
- :upid: {mainid}
- :doc-tests-file: {doc-tests}/SearchDocumentationIT.java
- The Java High Level REST Client supports the following Search APIs:
- * <<{upid}-search>>
- * <<{upid}-search-scroll>>
- * <<{upid}-clear-scroll>>
- * <<{upid}-search-template>>
- * <<{upid}-multi-search-template>>
- * <<{upid}-multi-search>>
- * <<{upid}-field-caps>>
- * <<{upid}-rank-eval>>
- * <<{upid}-explain>>
- include::search/search.asciidoc[]
- include::search/scroll.asciidoc[]
- include::search/multi-search.asciidoc[]
- include::search/search-template.asciidoc[]
- include::search/multi-search-template.asciidoc[]
- include::search/field-caps.asciidoc[]
- include::search/rank-eval.asciidoc[]
- include::search/explain.asciidoc[]
- == Miscellaneous APIs
- The Java High Level REST Client supports the following Miscellaneous APIs:
- * <<java-rest-high-main>>
- * <<java-rest-high-ping>>
- * <<java-rest-high-x-pack-info>>
- * <<java-rest-high-x-pack-usage>>
- include::miscellaneous/main.asciidoc[]
- include::miscellaneous/ping.asciidoc[]
- include::miscellaneous/x-pack-info.asciidoc[]
- include::miscellaneous/x-pack-usage.asciidoc[]
- == Indices APIs
- The Java High Level REST Client supports the following Indices APIs:
- Index Management::
- * <<java-rest-high-create-index>>
- * <<java-rest-high-delete-index>>
- * <<java-rest-high-indices-exists>>
- * <<java-rest-high-open-index>>
- * <<java-rest-high-close-index>>
- * <<java-rest-high-shrink-index>>
- * <<java-rest-high-split-index>>
- * <<java-rest-high-refresh>>
- * <<java-rest-high-flush>>
- * <<java-rest-high-flush-synced>>
- * <<java-rest-high-clear-cache>>
- * <<java-rest-high-force-merge>>
- * <<java-rest-high-rollover-index>>
- * <<java-rest-high-indices-put-settings>>
- * <<java-rest-high-get-settings>>
- * <<java-rest-high-indices-validate-query>>
- * <<java-rest-high-get-index>>
- Mapping Management::
- * <<java-rest-high-put-mapping>>
- * <<java-rest-high-get-mappings>>
- * <<java-rest-high-get-field-mappings>>
- Alias Management::
- * <<java-rest-high-update-aliases>>
- * <<java-rest-high-exists-alias>>
- * <<java-rest-high-get-alias>>
- include::indices/analyze.asciidoc[]
- include::indices/create_index.asciidoc[]
- include::indices/delete_index.asciidoc[]
- include::indices/indices_exists.asciidoc[]
- include::indices/open_index.asciidoc[]
- include::indices/close_index.asciidoc[]
- include::indices/shrink_index.asciidoc[]
- include::indices/split_index.asciidoc[]
- include::indices/refresh.asciidoc[]
- include::indices/flush.asciidoc[]
- include::indices/flush_synced.asciidoc[]
- include::indices/clear_cache.asciidoc[]
- include::indices/force_merge.asciidoc[]
- include::indices/rollover.asciidoc[]
- include::indices/put_mapping.asciidoc[]
- include::indices/get_mappings.asciidoc[]
- include::indices/get_field_mappings.asciidoc[]
- include::indices/update_aliases.asciidoc[]
- include::indices/exists_alias.asciidoc[]
- include::indices/get_alias.asciidoc[]
- include::indices/put_settings.asciidoc[]
- include::indices/get_settings.asciidoc[]
- include::indices/put_template.asciidoc[]
- include::indices/validate_query.asciidoc[]
- include::indices/get_templates.asciidoc[]
- include::indices/get_index.asciidoc[]
- == Cluster APIs
- The Java High Level REST Client supports the following Cluster APIs:
- * <<java-rest-high-cluster-put-settings>>
- * <<java-rest-high-cluster-get-settings>>
- * <<java-rest-high-cluster-health>>
- :upid: {mainid}-cluster
- :doc-tests-file: {doc-tests}/ClusterClientDocumentationIT.java
- include::cluster/put_settings.asciidoc[]
- include::cluster/get_settings.asciidoc[]
- include::cluster/health.asciidoc[]
- == Ingest APIs
- The Java High Level REST Client supports the following Ingest APIs:
- * <<java-rest-high-ingest-put-pipeline>>
- * <<java-rest-high-ingest-get-pipeline>>
- * <<java-rest-high-ingest-delete-pipeline>>
- * <<java-rest-high-ingest-simulate-pipeline>>
- include::ingest/put_pipeline.asciidoc[]
- include::ingest/get_pipeline.asciidoc[]
- include::ingest/delete_pipeline.asciidoc[]
- include::ingest/simulate_pipeline.asciidoc[]
- == Snapshot APIs
- The Java High Level REST Client supports the following Snapshot APIs:
- * <<java-rest-high-snapshot-get-repository>>
- * <<java-rest-high-snapshot-create-repository>>
- * <<java-rest-high-snapshot-delete-repository>>
- * <<java-rest-high-snapshot-verify-repository>>
- * <<java-rest-high-snapshot-create-snapshot>>
- * <<java-rest-high-snapshot-get-snapshots>>
- * <<java-rest-high-snapshot-snapshots-status>>
- * <<java-rest-high-snapshot-delete-snapshot>>
- include::snapshot/get_repository.asciidoc[]
- include::snapshot/create_repository.asciidoc[]
- include::snapshot/delete_repository.asciidoc[]
- include::snapshot/verify_repository.asciidoc[]
- include::snapshot/create_snapshot.asciidoc[]
- include::snapshot/get_snapshots.asciidoc[]
- include::snapshot/snapshots_status.asciidoc[]
- include::snapshot/delete_snapshot.asciidoc[]
- == Tasks APIs
- The Java High Level REST Client supports the following Tasks APIs:
- * <<java-rest-high-tasks-list>>
- * <<java-rest-high-cluster-cancel-tasks>>
- include::tasks/list_tasks.asciidoc[]
- include::tasks/cancel_tasks.asciidoc[]
- == Script APIs
- The Java High Level REST Client supports the following Scripts APIs:
- * <<java-rest-high-get-stored-script>>
- * <<java-rest-high-put-stored-script>>
- * <<java-rest-high-delete-stored-script>>
- include::script/get_script.asciidoc[]
- include::script/put_script.asciidoc[]
- include::script/delete_script.asciidoc[]
- == Licensing APIs
- The Java High Level REST Client supports the following Licensing APIs:
- * <<java-rest-high-put-license>>
- * <<java-rest-high-get-license>>
- * <<java-rest-high-delete-license>>
- include::licensing/put-license.asciidoc[]
- include::licensing/get-license.asciidoc[]
- include::licensing/delete-license.asciidoc[]
- == Machine Learning APIs
- The Java High Level REST Client supports the following Machine Learning APIs:
- * <<java-rest-high-x-pack-ml-put-job>>
- * <<java-rest-high-x-pack-ml-get-job>>
- * <<java-rest-high-x-pack-ml-delete-job>>
- * <<java-rest-high-x-pack-ml-open-job>>
- * <<java-rest-high-x-pack-ml-close-job>>
- * <<java-rest-high-x-pack-ml-flush-job>>
- * <<java-rest-high-x-pack-ml-update-job>>
- * <<java-rest-high-x-pack-ml-get-job-stats>>
- * <<java-rest-high-x-pack-ml-put-datafeed>>
- * <<java-rest-high-x-pack-ml-get-datafeed>>
- * <<java-rest-high-x-pack-ml-delete-datafeed>>
- * <<java-rest-high-x-pack-ml-start-datafeed>>
- * <<java-rest-high-x-pack-ml-stop-datafeed>>
- * <<java-rest-high-x-pack-ml-forecast-job>>
- * <<java-rest-high-x-pack-ml-delete-forecast>>
- * <<java-rest-high-x-pack-ml-get-buckets>>
- * <<java-rest-high-x-pack-ml-get-overall-buckets>>
- * <<java-rest-high-x-pack-ml-get-records>>
- * <<java-rest-high-x-pack-ml-post-data>>
- * <<java-rest-high-x-pack-ml-get-influencers>>
- * <<java-rest-high-x-pack-ml-get-categories>>
- * <<java-rest-high-x-pack-ml-get-calendars>>
- * <<java-rest-high-x-pack-ml-put-calendar>>
- * <<java-rest-high-x-pack-ml-delete-calendar>>
- include::ml/put-job.asciidoc[]
- include::ml/get-job.asciidoc[]
- include::ml/delete-job.asciidoc[]
- include::ml/open-job.asciidoc[]
- include::ml/close-job.asciidoc[]
- include::ml/update-job.asciidoc[]
- include::ml/flush-job.asciidoc[]
- include::ml/put-datafeed.asciidoc[]
- include::ml/get-datafeed.asciidoc[]
- include::ml/delete-datafeed.asciidoc[]
- include::ml/start-datafeed.asciidoc[]
- include::ml/stop-datafeed.asciidoc[]
- include::ml/get-job-stats.asciidoc[]
- include::ml/forecast-job.asciidoc[]
- include::ml/delete-forecast.asciidoc[]
- include::ml/get-buckets.asciidoc[]
- include::ml/get-overall-buckets.asciidoc[]
- include::ml/get-records.asciidoc[]
- include::ml/post-data.asciidoc[]
- include::ml/get-influencers.asciidoc[]
- include::ml/get-categories.asciidoc[]
- include::ml/get-calendars.asciidoc[]
- include::ml/put-calendar.asciidoc[]
- include::ml/delete-calendar.asciidoc[]
- == Migration APIs
- The Java High Level REST Client supports the following Migration APIs:
- * <<java-rest-high-migration-get-assistance>>
- include::migration/get-assistance.asciidoc[]
- == Rollup APIs
- The Java High Level REST Client supports the following Rollup APIs:
- * <<java-rest-high-x-pack-rollup-put-job>>
- * <<java-rest-high-x-pack-rollup-get-job>>
- include::rollup/put_job.asciidoc[]
- include::rollup/get_job.asciidoc[]
- == Security APIs
- The Java High Level REST Client supports the following Security APIs:
- * <<java-rest-high-security-put-user>>
- * <<java-rest-high-security-enable-user>>
- * <<java-rest-high-security-disable-user>>
- * <<java-rest-high-security-change-password>>
- include::security/put-user.asciidoc[]
- include::security/enable-user.asciidoc[]
- include::security/disable-user.asciidoc[]
- include::security/change-password.asciidoc[]
- == Watcher APIs
- :upid: {mainid}-document
- :doc-tests-file: {doc-tests}/WatcherDocumentationIT.java
- The Java High Level REST Client supports the following Watcher APIs:
- * <<java-rest-high-x-pack-watcher-put-watch>>
- * <<java-rest-high-x-pack-watcher-delete-watch>>
- * <<java-rest-high-watcher-ack-watch>>
- * <<{upid}-activate-watch>>
- include::watcher/put-watch.asciidoc[]
- include::watcher/delete-watch.asciidoc[]
- include::watcher/ack-watch.asciidoc[]
- include::watcher/activate-watch.asciidoc[]
- == Graph APIs
- The Java High Level REST Client supports the following Graph APIs:
- * <<java-rest-high-x-pack-graph-explore>>
- include::graph/explore.asciidoc[]
- ////
- Clear attributes that we use to document that APIs included above so they
- don't leak into the rest of the documentation.
- ////
- --
- :api!:
- :request!:
- :response!:
- :doc-tests-file!:
- :upid!:
- --
|