Method: legacySdk.legacyMarkAsImportant

Full name: projects.locations.instances.legacySdk.legacyMarkAsImportant

Legacy RPC for mark as important.

HTTP request


Path parameters

Parameters
instance

string

Required. The MarkAsImportant request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:markAsImportant

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseId": string,
  "alertIdentifier": string,
  "isImportant": boolean
}
Fields
caseId

string (int64 format)

Required. The case id to mark as important.

alertIdentifier

string

Required. The alert identifier to mark as important.

isImportant

boolean

Required. The is important flag.

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.