diff --git a/config/_default/menus/api.en.yaml b/config/_default/menus/api.en.yaml index c470f5c5789..907846379bd 100644 --- a/config/_default/menus/api.en.yaml +++ b/config/_default/menus/api.en.yaml @@ -2624,6 +2624,30 @@ menu: unstable: - v2 order: 69 + - name: Get suggested actions for a signal + url: '#get-suggested-actions-for-a-signal' + identifier: security-monitoring-get-suggested-actions-for-a-signal + parent: security-monitoring + generated: true + params: + versions: + - v2 + operationids: + - GetSuggestedActionsMatchingSignal + unstable: [] + order: 88 + - name: Get investigation queries for a signal + url: '#get-investigation-queries-for-a-signal' + identifier: security-monitoring-get-investigation-queries-for-a-signal + parent: security-monitoring + generated: true + params: + versions: + - v2 + operationids: + - GetInvestigationLogQueriesMatchingSignal + unstable: [] + order: 87 - name: Change the related incidents of a security signal url: '#change-the-related-incidents-of-a-security-signal' identifier: security-monitoring-change-the-related-incidents-of-a-security-signal diff --git a/content/en/api/v2/security-monitoring/examples.json b/content/en/api/v2/security-monitoring/examples.json index 10b6d6067dd..fb0299c9c4c 100644 --- a/content/en/api/v2/security-monitoring/examples.json +++ b/content/en/api/v2/security-monitoring/examples.json @@ -8081,6 +8081,59 @@ "html": "
data [required]
\nobject
Data containing the patch for changing the related incidents of a signal.
attributes [required]
\nobject
Attributes describing the new list of related signals for a security signal.
incident_ids [required]
\n[integer]
Array of incidents that are associated with this signal.
version
\nint64
Version of the updated signal. If server side version is higher, update will be rejected.
data [required]
\n[object]
List of suggested actions for a security signal.
attributes [required]
\nobject
Attributes of a suggested action for a security signal. The available fields depend on the action type.
name
\nstring
The name of the investigation log query.
query_filter
\nstring
The log query filter for the investigation.
template_variables
\nobject
Template variables applied to the investigation log query, mapping attribute paths to values extracted from the signal.
<any-key>
\n[string]
title
\nstring
The title of the recommended blog post.
url
\nstring
The URL of the suggested action.
id [required]
\nstring
The unique ID of the suggested action.
type [required]
\nenum
The type of the suggested action resource. \nAllowed enum values: investigation_log_queries,recommended_blog_posts
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.
data [required]
\nobject
Data containing the patch for changing the state of a signal.
attributes [required]
\nobject
Attributes describing the change of state of a security signal.
archive_comment
\nstring
Optional comment to display on archived signals.
archive_reason
\nenum
Reason a signal is archived. \nAllowed enum values: none,false_positive,testing_or_maintenance,remediated,investigated_case_opened,true_positive_benign,true_positive_malicious,other
state [required]
\nenum
The new triage state of the signal. \nAllowed enum values: open,archived,under_review
version
\nint64
Version of the updated signal. If server side version is higher, update will be rejected.
id
\nThe unique ID of the security signal.
type
\nenum
The type of event. \nAllowed enum values: signal_metadata
default: signal_metadata
data [required]
\n[object]
List of suggested actions for a security signal.
attributes [required]
\nobject
Attributes of a suggested action for a security signal. The available fields depend on the action type.
name
\nstring
The name of the investigation log query.
query_filter
\nstring
The log query filter for the investigation.
template_variables
\nobject
Template variables applied to the investigation log query, mapping attribute paths to values extracted from the signal.
<any-key>
\n[string]
title
\nstring
The title of the recommended blog post.
url
\nstring
The URL of the suggested action.
id [required]
\nstring
The unique ID of the suggested action.
type [required]
\nenum
The type of the suggested action resource. \nAllowed enum values: investigation_log_queries,recommended_blog_posts
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.
errors [required]
\n[string]
A list of errors.