-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SIEM][CASE] Init Cases Configuration API #58158
Closed
Closed
Conversation
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
XavierM
reviewed
Feb 21, 2020
x-pack/plugins/case/server/routes/api/__tests__/update_comment.test.ts
Outdated
Show resolved
Hide resolved
cnasikas
added
in progress
release_note:skip
Skip the PR/issue when compiling release notes
Team:SIEM
WIP
Work in progress
labels
Feb 23, 2020
Pinging @elastic/siem (Team:SIEM) |
cnasikas
changed the title
[SIEM][CASE] Init Cases Configuration API
[SIEM][CASE] [skip-ci] Init Cases Configuration API
Feb 23, 2020
cnasikas
changed the title
[SIEM][CASE] [skip-ci] Init Cases Configuration API
[SIEM][CASE] Init Cases Configuration API
Feb 24, 2020
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
3 tasks
Closed in favor of #59358 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The PR implements the Case Configuration API.
Routes:
Create action
Creates new action.
Endpoint:
/api/cases/configure/action
Method:
POST
Example Payload:
Example response:
Get actions
Get all actions supported by Case Management System.
Endpoint:
/api/cases/configure/action/_find
Method:
GET
Example parameters:
Example response:
Health check
Checks the health of a management system instance.
Endpoint:
/api/cases/configure/action/health
Method:
POST
Example Payload:
Example response:
Issues: #57864 , #50103
TODO
Validate actionTypeId for supported actions(83ff116).Checklist
Delete any items that are not applicable to this PR.
For maintainers