-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all create response action API's to include
agentType
as par…
…t of the request body
- Loading branch information
1 parent
ba267a4
commit 383142a
Showing
9 changed files
with
42 additions
and
50 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
docs/management/api/_response-actions-api-reusable-content.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
// tag::create-response-action-api-common-body-options[] | ||
[width="100%",options="header"] | ||
|============================================== | ||
// tag::create-response-actions-api-common-body-options-row-content[] | ||
|Name |Type |Description |Required | ||
|
||
|
||
|`endpoint_ids` |Array (String) |The IDs of endpoints where you want to issue this action. |Yes | ||
|`agent_type` |String a| | ||
|
||
The type of Agent that the host is running with. Accepted values are: | ||
|
||
* `endpoint` (default) | ||
* `sentinel_one` (currently in Technical Preview) | ||
|No | ||
|`alert_ids` |Array (String) |If this action is associated with any alerts, they can be specified here. The action will be logged in any cases associated with the specified alerts. |No | ||
|`case_ids` |Array (String) |The IDs of cases where the action taken will be logged. |No | ||
|`comment` |String |Attach a comment to this action's log. The comment text will appear in associated cases. |No | ||
|
||
// end::create-response-actions-api-common-body-options-row-content[] | ||
|============================================== | ||
// end::create-response-action-api-common-body-options[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters