Skip to content

Commit 16022b4

Browse files
committed
fixing links
1 parent a1ef10f commit 16022b4

File tree

1 file changed

+14
-10
lines changed
  • docs/reference/elasticsearch/rest-apis

1 file changed

+14
-10
lines changed

docs/reference/elasticsearch/rest-apis/index.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -442,14 +442,18 @@ The snapshot and restore APIs enable you to set up snapshot repositories, manage
442442

443443
| API | Description |
444444
| --- | ----------- |
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. |
453457

454458
### [Snapshot lifecycle management](https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-slm)
455459

@@ -477,7 +481,7 @@ The SQL APIs enable you to run SQL queries on Elasticsearch indices and data str
477481
| [Delete an async SQL search](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-delete-async) | |
478482
| [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. |
479483
| [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. |
481485
| [SQL Translate](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-translate) | Translates SQL into Elasticsearch DSL. |
482486
| [Translate SQL into Elasticsearch queries](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/sql.async_query) | Submits an SQL query to run asynchronously. |
483487

@@ -487,7 +491,7 @@ The synonyms management APIs provide a convenient way to define and manage synon
487491

488492
| API | Description |
489493
| --- | ----------- |
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. |
491495
| [Create of update synonym set](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-put-synonym) | Creates or updates a synonym set. |
492496
| [Delete synonym set](https://www.elastic.co/docs/api/doc/elasticsearch/endpoint/synonyms.delete_synonym) | Deletes a synonym set. |
493497
| [Get synonym rule](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-get-synonym-rule) | |

0 commit comments

Comments
 (0)