-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(cherry picked from commit 4ad03d1) Co-authored-by: Lisa Cawley <lcawley@elastic.co>
- Loading branch information
1 parent
75d8e2d
commit 11fdbd8
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[[cases-api]] | ||
== Cases APIs | ||
|
||
You can create, manage, configure, and send cases to external systems with | ||
these APIs: | ||
|
||
* {security-guide}/cases-api-add-comment.html[Add comment] | ||
* {security-guide}/cases-api-create.html[Create case] | ||
* {security-guide}/cases-api-delete-case.html[Delete case] | ||
* {security-guide}/cases-api-delete-all-comments.html[Delete all comments] | ||
* {security-guide}/cases-api-delete-comment.html[Delete comment] | ||
* {security-guide}/cases-api-find-alert.html[Find all alerts attached to a case] | ||
* {security-guide}/cases-api-find-cases.html[Find cases] | ||
* {security-guide}/cases-api-find-cases-by-alert.html[Find cases by alert] | ||
* {security-guide}/cases-api-find-connectors.html[Find connectors] | ||
* {security-guide}/cases-api-get-case-activity.html[Get all case activity] | ||
* {security-guide}/cases-api-get-all-case-comments.html[Get all case comments] | ||
* {security-guide}/cases-api-get-case.html[Get case] | ||
* {security-guide}/cases-api-get-comment.html[Get comment] | ||
* {security-guide}/cases-get-connector.html[Get current connector] | ||
* {security-guide}/cases-api-get-reporters.html[Get reporters] | ||
* {security-guide}/cases-api-get-status.html[Get status] | ||
* {security-guide}/cases-api-get-tag.html[Get tags] | ||
* {security-guide}/cases-api-push.html[Push case] | ||
* {security-guide}/assign-connector.html[Set default Elastic Security UI connector] | ||
* {security-guide}/case-api-update-connector.html[Update case configurations] | ||
* {security-guide}/cases-api-update.html[Update case] | ||
* {security-guide}/cases-api-update-comment.html[Update comment] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters