- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- InsightSeverityEnum
- InsightTypeEnum
- Try it!
Full name: projects.locations.instances.legacySdk.legacyCreateCaseInsight
Legacy RPC for creating case insight.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The CreateCaseInsight request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:createCaseInsight |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "triggeredBy": string, "title": string, "content": string, "entityIdentifier": string, "additionalData": string, "additionalDataTitle": string, "originalRequestingUser": string, "entityType": string, "alertIdentifier": string, "caseId": string, "isFavorite": boolean, "severity": enum ( |
Fields | |
---|---|
triggeredBy |
Required. The triggered by. |
title |
Required. The title. |
content |
Required. The content. |
entityIdentifier |
Required. The entity identifier. |
additionalData |
Optional. The additional data. |
additionalDataTitle |
Optional. The additional data title. |
originalRequestingUser |
Optional. The original requesting user. |
entityType |
Optional. The entity type. |
alertIdentifier |
Required. The alert identifier. |
caseId |
Required. The case id. |
isFavorite |
Optional. Is favorite. |
severity |
Optional. The severity. |
type |
Optional. The type. |
additionalDataType |
Optional. The additional data type. |
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
InsightSeverityEnum
InsightSeverityEnum enum.
Enums | |
---|---|
INFO |
Info. |
WARN |
Warn. |
ERROR |
Error. |
InsightTypeEnum
InsightTypeEnum enum.
Enums | |
---|---|
GENERAL |
General. |
ENTITY |
Entity. |