Method: cases.createInsight

Full name: projects.locations.instances.cases.createInsight

Add a case insight.

HTTP request


Path parameters

Parameters
name

string

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 (CaseInsightSeverity),
  "type": enum (CaseInsightType),
  "additionalDataType": enum (CaseInsightType),
  "additionalData": string,
  "additionalDataTitle": string,
  "entityType": string,
  "alertIdentifier": string,
  "isFavorite": boolean
}
Fields
triggeredBy

string

Optional. User who triggered the case insight.

title

string

Required. Insight title.

content

string

Required. Insight content.

entityIdentifier

string

Optional. Entity identifier.

severity

enum (CaseInsightSeverity)

Optional. Case insight severity.

type

enum (CaseInsightType)

Optional. Case insight type.

additionalDataType

enum (CaseInsightType)

Optional. Case additional data insight type.

additionalData

string

Optional. Case Insight additional data.

additionalDataTitle

string

Optional. Case Insight additional data.

entityType

string

Optional. Entity type.

alertIdentifier

string

Optional. Alert identifier to create insight for.

isFavorite

boolean

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.