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/v1beta/{name}:pauseSla Path parameters
| Parameters | |
|---|---|
name |
Required. The CaseAlert to post SLA for. The CaseAlert's |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "message": string } |
| Fields | |
|---|---|
message |
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-platformhttps://www.googleapis.com/auth/chroniclehttps://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.