Full name: projects.locations.instances.legacySdk.legacyUpdateAlertPriority
Legacy RPC for update alert priority.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 ( |
Fields | |
---|---|
alertIdentifier |
Required. The alert identifier. |
alertName |
Optional. The alert name. |
previousPriority |
Optional. The previous case priority. |
caseId |
Optional. The case id. |
priority |
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. |