Skip to content

Commit 3aff810

Browse files
Adding new "management" API section w/ additional pages. (#1227) (#1229)
(cherry picked from commit d213a75) Co-authored-by: Janeen Mikell-Straughn <[email protected]>
1 parent 0085ef9 commit 3aff810

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[get-endpoint-api]]
2+
=== Get endpoint
3+
4+
Enter API description here.
5+
6+
NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
7+
8+
==== Request URL
9+
10+
11+
==== Request body
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[host-isolation-api]]
2+
=== Isolate a host
3+
4+
Enter API description here.
5+
6+
NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
7+
8+
==== Request URL
9+
10+
11+
==== Request body
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[list-endpoints-api]]
2+
=== List endpoints
3+
4+
Enter API description here.
5+
6+
NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
7+
8+
==== Request URL
9+
10+
11+
==== Request body
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[management-api-overview]]
2+
== Endpoint management API
3+
4+
The following APIs allow you to interact with and manage endpoints with the Elastic Security integration.
5+
6+
NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
7+
8+
include::get-endpoint-api.asciidoc[]
9+
include::list-endpoints-api.asciidoc[]
10+
include::host-isolation-api.asciidoc[]
11+
include::remove-isolated-host-api.asciidoc[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[remove-isolated-host-api]]
2+
=== Remove an isolated host
3+
4+
Enter API description here.
5+
6+
NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
7+
8+
==== Request URL
9+
10+
11+
==== Request body

docs/siem-apis.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,7 @@ include::cases/api/cases-api/cases-api-index.asciidoc[]
9191

9292
include::cases/api/actions-api/cases-actions-api-index.asciidoc[]
9393

94+
include::management/api/management-api-index.asciidoc[]
95+
9496
NOTE: For the {fleet} APIs, see the
9597
{fleet-guide}/fleet-api-docs.html[Fleet API Documentation].

0 commit comments

Comments
 (0)