Method: legacySdk.legacyCloseCase

Full name: projects.locations.instances.legacySdk.legacyCloseCase

Legacy RPC for close case.

HTTP request


Path parameters

Parameters
instance

string

Required. The CloseCase request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:closeCase

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseId": string,
  "alertIdentifier": string,
  "rootCause": string,
  "comment": string,
  "reason": string
}
Fields
caseId

string (int64 format)

Required. The case id to close.

alertIdentifier

string

Required. The alert identifier to close the case for.

rootCause

string

Required. The root cause of the case.

comment

string

Required. The comment for the case.

reason

string

Required. The reason for closing the case.

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.