From e0a67e7bbaf6ac93d14d115e2fc678a0c7836191 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:47:29 -0400 Subject: [PATCH] [ESS][8.12&8.13] Updating list of available rule actions (#4935) * First draft * Update docs/detections/api/rules/rules-api-bulk-actions.asciidoc * Update docs/detections/api/rules/rules-api-create.asciidoc * Update docs/detections/api/rules/rules-api-update.asciidoc * Adding missing char (cherry picked from commit 617575cc2df73f0997d975fa29b72bd37c522589) --- .../api/rules/rules-api-bulk-actions.asciidoc | 13 +++++++++++++ docs/detections/api/rules/rules-api-create.asciidoc | 13 +++++++++++++ docs/detections/api/rules/rules-api-update.asciidoc | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/docs/detections/api/rules/rules-api-bulk-actions.asciidoc b/docs/detections/api/rules/rules-api-bulk-actions.asciidoc index 3408446433..23339d815e 100644 --- a/docs/detections/api/rules/rules-api-bulk-actions.asciidoc +++ b/docs/detections/api/rules/rules-api-bulk-actions.asciidoc @@ -376,9 +376,22 @@ These fields are required when calling `PUT` to modify the `actions` object: be: * `.slack` +* `.slack_api` * `.email` +* `.index` * `.pagerduty` +* `.swimlane` * `.webhook` +* `.servicenow` +* `.servicenow-itom` +* `.servicenow-sir` +* `.jira` +* `.resilient` +* `.opsgenie` +* `.teams` +* `.torq` +* `.tines` +* `.d3security` |group |String |Optionally groups actions by use cases. Use `default` for alert notifications. diff --git a/docs/detections/api/rules/rules-api-create.asciidoc b/docs/detections/api/rules/rules-api-create.asciidoc index a72b06202e..44f2cec4d3 100644 --- a/docs/detections/api/rules/rules-api-create.asciidoc +++ b/docs/detections/api/rules/rules-api-create.asciidoc @@ -536,9 +536,22 @@ All fields are required: be: * `.slack` +* `.slack_api` * `.email` +* `.index` * `.pagerduty` +* `.swimlane` * `.webhook` +* `.servicenow` +* `.servicenow-itom` +* `.servicenow-sir` +* `.jira` +* `.resilient` +* `.opsgenie` +* `.teams` +* `.torq` +* `.tines` +* `.d3security` |group |String |Optionally groups actions by use cases. Use `default` for alert notifications. diff --git a/docs/detections/api/rules/rules-api-update.asciidoc b/docs/detections/api/rules/rules-api-update.asciidoc index a196fe5d60..b302bd7ecd 100644 --- a/docs/detections/api/rules/rules-api-update.asciidoc +++ b/docs/detections/api/rules/rules-api-update.asciidoc @@ -392,9 +392,22 @@ These fields are required when calling `PUT` to modify the `actions` object: be: * `.slack` +* `.slack_api` * `.email` +* `.index` * `.pagerduty` +* `.swimlane` * `.webhook` +* `.servicenow` +* `.servicenow-itom` +* `.servicenow-sir` +* `.jira` +* `.resilient` +* `.opsgenie` +* `.teams` +* `.torq` +* `.tines` +* `.d3security` |group |String |Optionally groups actions by use cases. Use `default` for alert notifications.