Full name: projects.locations.instances.legacySdk.legacyCloseCase
Legacy RPC for close case.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Required. The case id to close. |
alertIdentifier |
Required. The alert identifier to close the case for. |
rootCause |
Required. The root cause of the case. |
comment |
Required. The comment for the case. |
reason |
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.