Full name: projects.locations.instances.legacySdk.legacyDismissAlert
Legacy RPC for dismiss alert.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The DismissAlert request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:dismissAlert |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "caseId": string, "alertGroupIdentifier": string, "shouldCloseCaseIfAllAlertsWereDismissed": boolean } |
Fields | |
---|---|
caseId |
Required. The case id to dismiss. |
alertGroupIdentifier |
Required. The alert group identifier to dismiss the alert for. |
shouldCloseCaseIfAllAlertsWereDismissed |
Required. The should close case if all alerts were dismissed 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.