Method: caseAlerts.pauseSla

Full name: projects.locations.instances.cases.caseAlerts.pauseSla

Pauses the SLA timer for a CaseAlert. Use this method when alert investigation is temporarily halted (e.g., waiting for external input). A message explaining the reason for the pause is required.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:pauseSla

Path parameters

Parameters
name

string

Required. The CaseAlert to post SLA for. The CaseAlert's name field is used to identify the CaseAlert. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert}:pauseSla

Request body

The request body contains data with the following structure:

JSON representation
{
  "message": string
}
Fields
message

string

Output only. The message explaining the reason for pausing the SLA.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/chronicle
  • https://www.googleapis.com/auth/chronicle.readonly

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • chronicle.caseAlerts.updateSla

For more information, see the IAM documentation.