Skip to content

Commit a8d5b23

Browse files
committed
tools + apis
1 parent 3c0e693 commit a8d5b23

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

deploy-manage/deploy/self-managed/tools-apis.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,24 @@ applies_to:
66
---
77
# Tools and APIs for self-managed clusters
88

9-
% What needs to be done: Write from scratch
9+
Review key resources that can be used to interact with and manage self-managed clusters.
1010

11-
% GitHub issue: https://github.com/elastic/docs-projects/issues/310
11+
## APIs
1212

13-
⚠️ **This page is a work in progress.** ⚠️
13+
* [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/): The core API for interacting with a self-managed {{es}} cluster, or any cluster running {{stack}}. Configure {{es}} functionality and settings, query your data, and more.
14+
15+
Refer to [REST APIs](/reference/elasticsearch/rest-apis.md) to learn about API conventions and view API usage examples.
16+
* [{{kib}} API](https://www.elastic.co/docs/api/doc/kibana/): manage {{kib}} resources such as connectors, data views, and saved objects.
17+
18+
:::{tip}
19+
Learn how to [generate API keys for your self-managed cluster](/deploy-manage/api-keys/elasticsearch-api-keys.md).
20+
:::
21+
22+
## Clients
23+
24+
* [{{es}} clients](/reference/elasticsearch/clients/index.md): Interact with {{es}} programmatically to integrate {{es}} into your app or website.
25+
26+
## Other
27+
28+
* [{{es}} command line tools](elasticsearch://reference/elasticsearch/command-line-tools.md): Utilities for configuring security and performing other tasks from the command line.
29+
* [Plugins](elasticsearch://reference/elasticsearch/elasticsearch-plugins.md): Plugins extend core {{es}} functionality. Choose from an existing plugin, or [build your own](elasticsearch://extend/index.md).

0 commit comments

Comments
 (0)