Method: legacyPlaybooks.legacyAiGenerateByAlert

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

string

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

string (int64 format)

Required. The case ID to which the alert belongs.

alertId

string

Required. The alert identifier.

hashedUserId

string

Optional. A hashed identifier of the user initiating the playbook generation request.

forceRefreshData

boolean

Optional. Indicates whether to force refresh of contextual data prior to generation.

isFirstRequest

boolean

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.