You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/rest-apis/index.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,14 +442,18 @@ The snapshot and restore APIs enable you to set up snapshot repositories, manage
442
442
443
443
| API | Description |
444
444
| --- | ----------- |
445
-
|[Create Snapshot](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.create)| Creates a snapshot of one or more indices. |
446
-
|[Get Snapshot](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.get)| Retrieves information about snapshots. |
447
-
|[Delete Snapshot](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.delete)| Deletes a snapshot from a repository. |
448
-
|[Restore Snapshot](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.restore)| Restores a snapshot into the cluster. |
449
-
|[Create Repository](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.create_repository)| Registers a snapshot repository. |
450
-
|[Get Repository](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.get_repository)| Retrieves information about snapshot repositories. |
451
-
|[Delete Repository](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.delete_repository)| Deletes a snapshot repository. |
452
-
|[Verify Repository](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/snapshot.verify_repository)| Verifies access to a snapshot repository. |
445
+
|[Clean up the snapshot repository](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-cleanup-repository)||
446
+
|[Clone a snapshot](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-clone)||
447
+
|[Get snapshot information](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-get)| Retrieves information about snapshots. |
448
+
|[Create snapshot](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-create)| Creates a snapshot of one or more indices. |
449
+
|[Delete snapshots](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-delete)| Deletes a snapshot from a repository. |
450
+
|[Get snapshot repository information](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-get)| Retrieves information about snapshot repositories. |
451
+
|[Create or update a snapshot repository](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-create-repository)| Registers a snapshot repository. |
452
+
|[Delete snapshot repositories](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-delete-repository)| Deletes a snapshot repository. |
453
+
|[Analyze a snapshot repository](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-repository-analyze)||
454
+
|[Verify the repository integrity](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-repository-verify-integrity)| Verifies access to a snapshot repository. |
455
+
|[Restore Snapshot](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-restore)| Restores a snapshot into the cluster. |
456
+
|[Get the snapshot status](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-status)| Get a detailed description of the current state for each shard participating in the snapshot. |
@@ -477,7 +481,7 @@ The SQL APIs enable you to run SQL queries on Elasticsearch indices and data str
477
481
|[Delete an async SQL search](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-delete-async)||
478
482
|[Get async SQL search results](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-get-async)| Retrieves results of an async SQL query. |
479
483
|[Get the async SQL search status](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-get-async-status)| Get the current status of an async SQL search or a stored synchronous SQL search. |
480
-
|[Get SQL search results](hhttps://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-query)| Executes an SQL query. |
484
+
|[Get SQL search results](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-query)| Executes an SQL query. |
481
485
|[SQL Translate](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-translate)| Translates SQL into Elasticsearch DSL. |
482
486
|[Translate SQL into Elasticsearch queries](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/sql.async_query)| Submits an SQL query to run asynchronously. |
483
487
@@ -487,7 +491,7 @@ The synonyms management APIs provide a convenient way to define and manage synon
487
491
488
492
| API | Description |
489
493
| --- | ----------- |
490
-
|[Get synonym set](hthttps://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-get-synonym)| Retrieves a synonym set by ID. |
494
+
|[Get synonym set](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-get-synonym)| Retrieves a synonym set by ID. |
491
495
|[Create of update synonym set](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-put-synonym)| Creates or updates a synonym set. |
492
496
|[Delete synonym set](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/synonyms.delete_synonym)| Deletes a synonym set. |
0 commit comments