Full name: projects.locations.instances.legacyPlaybooks.legacyAiGenerateByAlert
AI Generation of a new playbook based on a given security alert.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to generate the playbook for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "caseId": string, "alertId": string, "hashedUserId": string, "forceRefreshData": boolean, "isFirstRequest": boolean } |
Fields | |
---|---|
caseId |
Required. The case ID to which the alert belongs. |
alertId |
Required. The alert identifier. |
hashedUserId |
Optional. A hashed identifier of the user initiating the playbook generation request. |
forceRefreshData |
Optional. Indicates whether to force refresh of contextual data prior to generation. |
isFirstRequest |
Optional. Indicates whether this is the first request in the playbook generation flow. |
Response body
If successful, the response body contains an instance of LegacyPlaybookAiGenerationByAlertResult
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.