2020-05-12 20:56:29 +08:00
|
|
|
[[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>>.
|
|
|
|
|
|
|
|
[discrete]
|
|
|
|
[[snapshot-restore-repo-apis]]
|
|
|
|
=== Snapshot repository management APIs
|
2021-06-29 15:07:17 +08:00
|
|
|
* <<put-snapshot-repo-api,Create or update snapshot repository>>
|
2020-05-28 21:35:19 +08:00
|
|
|
* <<verify-snapshot-repo-api,Verify snapshot repository>>
|
2020-07-02 02:34:02 +08:00
|
|
|
* <<get-snapshot-repo-api,Get snapshot repository>>
|
|
|
|
* <<delete-snapshot-repo-api,Delete snapshot repository>>
|
|
|
|
* <<clean-up-snapshot-repo-api,Clean up snapshot repository>>
|
2020-05-12 20:56:29 +08:00
|
|
|
|
2020-06-30 02:53:30 +08:00
|
|
|
[discrete]
|
|
|
|
[[snapshot-management-apis]]
|
|
|
|
=== Snapshot management APIs
|
|
|
|
* <<create-snapshot-api,Create snapshot>>
|
2020-10-20 20:45:38 +08:00
|
|
|
* <<clone-snapshot-api,Clone snapshot>>
|
2020-07-08 23:28:24 +08:00
|
|
|
* <<get-snapshot-api,Get snapshot>>
|
2020-07-16 04:28:43 +08:00
|
|
|
* <<get-snapshot-status-api,Get snapshot status>>
|
2020-07-22 23:42:17 +08:00
|
|
|
* <<restore-snapshot-api,Restore snapshot>>
|
2020-07-02 02:34:02 +08:00
|
|
|
* <<delete-snapshot-api,Delete snapshot>>
|
2020-05-12 20:56:29 +08:00
|
|
|
|
2020-05-28 21:35:19 +08:00
|
|
|
include::put-repo-api.asciidoc[]
|
2020-06-30 02:53:30 +08:00
|
|
|
include::verify-repo-api.asciidoc[]
|
2021-02-16 22:24:40 +08:00
|
|
|
include::repo-analysis-api.asciidoc[]
|
2020-07-02 02:34:02 +08:00
|
|
|
include::get-repo-api.asciidoc[]
|
|
|
|
include::delete-repo-api.asciidoc[]
|
|
|
|
include::clean-up-repo-api.asciidoc[]
|
2020-10-20 20:45:38 +08:00
|
|
|
include::clone-snapshot-api.asciidoc[]
|
2020-07-02 02:34:02 +08:00
|
|
|
include::create-snapshot-api.asciidoc[]
|
2020-07-08 23:28:24 +08:00
|
|
|
include::get-snapshot-api.asciidoc[]
|
2020-07-16 04:28:43 +08:00
|
|
|
include::get-snapshot-status-api.asciidoc[]
|
2020-07-22 23:42:17 +08:00
|
|
|
include::restore-snapshot-api.asciidoc[]
|
2020-07-02 02:34:02 +08:00
|
|
|
include::delete-snapshot-api.asciidoc[]
|
2021-03-03 02:30:02 +08:00
|
|
|
|