Full name: projects.locations.instances.cases.caseAlerts.createRecommendationLongRunning
Initiates an asynchronous request to generate a new AI recommendation for an alert. This is an asynchronous process that analyzes the alert context to provide tailored investigation or response suggestions.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}:createRecommendationLongRunning Path parameters
| Parameters | |
|---|---|
parent |
Required. The unique name(ID) of the CaseAlert. |
Request body
The request body must be empty.
Response body
Response message for caseAlerts.createRecommendationLongRunning.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "parent": string, "recommendationId": string } |
| Fields | |
|---|---|
parent |
Output only. The unique name(ID) of the CaseAlert. |
recommendationId |
Required. The created recommendation id. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.caseAlerts.get
For more information, see the IAM documentation.