elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.47k stars 8.04k forks source link

webhook – Case management | "Get case information" - ability to use a POST #178074

Open 2Dman opened 4 months ago

2Dman commented 4 months ago

@cnasikas Describe the feature: webhook – Case management”, step 3 - ability to use a POST request (same as create case and comment and updates) instead of only a GET request.

Describe a specific use case for the feature: We want to use Ansible, to retrieve the case information. Ansible only allows POST requests. it would look something like this: URL: https://ansible.domain/api/v2/job_templates/100/ METHOD: post BODY: { "whateverKey": {{{external.system.id}}} } HEADER: (same as configured in step1) "authorisation": bearer xxxxx

elasticmachine commented 4 months ago

Pinging @elastic/response-ops (Team:ResponseOps)

elasticmachine commented 4 months ago

Pinging @elastic/response-ops-cases (Feature:Cases)

cnasikas commented 4 months ago

Thanks for the request @2Dman! Could you please point us to Ansible's documentation to take a look?

2Dman commented 4 months ago

https://docs.ansible.com/ansible-tower/3.2.6/html/towerapi/launch_jobtemplate.html