Method: caseAlerts.pauseSla

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

Pause a CaseAlert SLA.

HTTP request


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 the following OAuth scope:

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

For more information, see the Authentication Overview.