mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-20 22:25:31 +00:00
* Adding create index snapshot API page. * Condense API description. * Remove parameter from query. * Add POST method and remove `-name` from the snapshot variable. * Expand description of `<snapshot>`. * Add data streams to introduction and expand the overall description. * Add support for data streams. * Add support for data streams. * Add data stream and reference for "point-in-time view". * Add data streams. * Change `my_backup` to `my_repository`. * Add description of boolean options for `wait_for_completion` parameter. * Change command --> response * Clarify `indices` parameter description * Update `ignore-unavailable` parameter description * Reword example description * Remove "index" from API name * Incorporating review comments from James R. * Adding a much better request + response * Clarify `include_global_state` description * Incorporating additional edits. * Changing my_backup to my_repository in example. * Update snippet test to avoid failures * Update TESTRESPONSE snippets * Remove errant space * Removing the parameter per reviewer comments
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
[[snapshot-restore-apis]]
|
|
== Snapshot and restore APIs
|
|
|
|
You can use the following APIs to set up snapshot repositories, manage snapshot
|
|
backups, and restore snapshots to a running cluster.
|
|
|
|
For more information, see <<snapshot-restore>>.
|
|
|
|
[NOTE]
|
|
====
|
|
We are working on including more snapshot and restore APIs in this section. Some
|
|
content may not be included yet.
|
|
====
|
|
|
|
[discrete]
|
|
[[snapshot-restore-repo-apis]]
|
|
=== Snapshot repository management APIs
|
|
|
|
* <<clean-up-snapshot-repo-api,Clean up snapshot repository>>
|
|
* <<delete-snapshot-repo-api,Delete snapshot repository>>
|
|
* <<get-snapshot-repo-api,Get snapshot repository>>
|
|
* <<put-snapshot-repo-api,Put snapshot repository>>
|
|
* <<verify-snapshot-repo-api,Verify snapshot repository>>
|
|
|
|
[discrete]
|
|
[[snapshot-management-apis]]
|
|
=== Snapshot management APIs
|
|
* <<create-snapshot-api,Create snapshot>>
|
|
|
|
include::create-snapshot-api.asciidoc[]
|
|
include::clean-up-repo-api.asciidoc[]
|
|
include::delete-repo-api.asciidoc[]
|
|
include::get-repo-api.asciidoc[]
|
|
include::put-repo-api.asciidoc[]
|
|
include::verify-repo-api.asciidoc[]
|