snapshot-restore-apis.asciidoc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [[snapshot-restore-apis]]
  2. == Snapshot and restore APIs
  3. You can use the following APIs to set up snapshot repositories, manage snapshot
  4. backups, and restore snapshots to a running cluster.
  5. For more information, see <<snapshot-restore>>.
  6. [discrete]
  7. [[snapshot-restore-repo-apis]]
  8. === Snapshot repository management APIs
  9. * <<put-snapshot-repo-api,Create or update snapshot repository>>
  10. * <<verify-snapshot-repo-api,Verify snapshot repository>>
  11. * <<get-snapshot-repo-api,Get snapshot repository>>
  12. * <<delete-snapshot-repo-api,Delete snapshot repository>>
  13. * <<clean-up-snapshot-repo-api,Clean up snapshot repository>>
  14. [discrete]
  15. [[snapshot-management-apis]]
  16. === Snapshot management APIs
  17. * <<create-snapshot-api,Create snapshot>>
  18. * <<clone-snapshot-api,Clone snapshot>>
  19. * <<get-snapshot-api,Get snapshot>>
  20. * <<get-snapshot-status-api,Get snapshot status>>
  21. * <<restore-snapshot-api,Restore snapshot>>
  22. * <<delete-snapshot-api,Delete snapshot>>
  23. include::put-repo-api.asciidoc[]
  24. include::verify-repo-api.asciidoc[]
  25. include::repo-analysis-api.asciidoc[]
  26. include::get-repo-api.asciidoc[]
  27. include::delete-repo-api.asciidoc[]
  28. include::clean-up-repo-api.asciidoc[]
  29. include::clone-snapshot-api.asciidoc[]
  30. include::create-snapshot-api.asciidoc[]
  31. include::get-snapshot-api.asciidoc[]
  32. include::get-snapshot-status-api.asciidoc[]
  33. include::restore-snapshot-api.asciidoc[]
  34. include::delete-snapshot-api.asciidoc[]