[Security Solution][Endpoint] New API for creating a get-file response action request#142671
Conversation
…ile-action-request-api
…nt/service/response_actions/constants`
|
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
…ile-action-request-api
| /** | ||
| * The list of possible capabilities, reported by the endpoint in the metadata document | ||
| */ | ||
| export const RESPONDER_CAPABILITIES = [ |
There was a problem hiding this comment.
NOTE: most of the changes in this PR are a result of this refactor
ashokaditya
left a comment
There was a problem hiding this comment.
Looking good to 🚢 . I have a few suggestions that are not blockers.
Also this can be done in a new PR as this one is mostly API related changes, but we also need a pendingGetFile to EndpointHostIsolationStatus component
and in
for showing pending actions for get-file
...t/components/endpoint_response_actions_list/components/use_action_history_url_params.test.ts
Show resolved
Hide resolved
x-pack/plugins/security_solution/common/endpoint/service/response_actions/constants.ts
Show resolved
Hide resolved
...gement/components/endpoint_response_actions_list/components/use_action_history_url_params.ts
Outdated
Show resolved
Hide resolved
...ty_solution/public/management/components/endpoint_response_actions_list/components/hooks.tsx
Outdated
Show resolved
Hide resolved
...ty_solution/public/management/components/endpoint_response_actions_list/components/hooks.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/common/endpoint/data_generators/endpoint_metadata_generator.ts
Show resolved
Hide resolved
|
Thanks @ashokaditya . I incorporated your changes and opened up an issue to track updating the |
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
legrego
left a comment
There was a problem hiding this comment.
Import reformatting in x-pack/plugins/security/public/management/roles/edit_role/privileges/kibana/feature_table/feature_table.tsx LGTM
Summary
POSTapi route at/api/endpoint/action/get_fileto handle creating get-file action requestconst's to theactionsservice directoryUsage:
API usage below.
Request:
Response:
Checklist