Full name: projects.locations.instances.cases.createInsight
Add a case insight.
HTTP request
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 the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.