Full name: projects.locations.instances.cases.createInsight
Adds an insight to a Case. Insights are analyst-provided or automation-generated notes, observations, or critical pieces of information discovered during the case investigation.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:createInsight Path parameters
| Parameters | |
|---|---|
name |
Required. The resource name of the Case to create Insight for. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "triggeredBy": string, "title": string, "content": string, "entityIdentifier": string, "severity": enum ( |
| Fields | |
|---|---|
triggeredBy |
Optional. User who triggered the case insight. |
title |
Required. Insight title. |
content |
Required. Insight content. |
entityIdentifier |
Optional. Entity identifier. |
severity |
Optional. Case insight severity. |
type |
Optional. Case insight type. |
additionalDataType |
Optional. Case additional data insight type. |
additionalData |
Optional. Case Insight additional data. |
additionalDataTitle |
Optional. Case Insight additional data. |
entityType |
Optional. Entity type. |
alertIdentifier |
Optional. Alert identifier to create insight for. |
isFavorite |
Optional. Is Favoriting Insight. |
Response body
If successful, the response body is empty.
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 name resource:
chronicle.cases.update
For more information, see the IAM documentation.