Get a single Attack discovery generation, including its discoveries and (optional) generation metadata
Spaces method and path for this operation:
Refer to Spaces for more information.
Returns a specific Attack discovery generation, including all generated Attack discoveries and associated metadata, including execution status and statistics.
Path parameters
-
The unique identifier for the Attack discovery generation execution. This UUID is returned at the start of an Attack discovery generation.
Minimum length is
1
.
Query parameters
-
Enables a markdown syntax used to render pivot fields, for example
{{ user.name james }}
. When disabled, the same example would be rendered asjames
. This is primarily used for Attack discovery views within Kibana. Defaults tofalse
.Default value is
false
. -
When true, return the created Attack discoveries with text replacements applied to the detailsMarkdown, entitySummaryMarkdown, summaryMarkdown, and title fields. Defaults to
true
.Default value is
true
.
curl \ --request GET 'http://localhost:5601/api/attack_discovery/generations/2e13f386-46cf-4d65-9e2b-68609e132ba5' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json"