Method: legacySdk.legacyUpdateAlertPriority

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

Legacy RPC for update alert priority.

HTTP request


Path parameters

Parameters
instance

string

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

Request body

The request body contains data with the following structure:

JSON representation
{
  "alertIdentifier": string,
  "alertName": string,
  "previousPriority": enum (CasePriority),
  "caseId": string,
  "priority": enum (CasePriority)
}
Fields
alertIdentifier

string

Required. The alert identifier.

alertName

string

Optional. The alert name.

previousPriority

enum (CasePriority)

Optional. The previous case priority.

caseId

string (int64 format)

Optional. The case id.

priority

enum (CasePriority)

Optional. The new case priority.

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.

CasePriority

The case priority.

Enums
INFORMATIVE Informative.
UNCHANGED Unchanged.
LOW Low.
MEDIUM Medium.
HIGH High.
CRITICAL Critical.