Method: caseAlerts.createRecommendationLongRunning

Full name: projects.locations.instances.cases.caseAlerts.createRecommendationLongRunning

Create a recommendation for an alert.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}:createRecommendationLongRunning

Path parameters

Parameters
parent

string

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

string

Output only. The unique name(ID) of the CaseAlert.

recommendationId

string

Required. The created recommendation id.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

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.