- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- SdkCaseClosureDetails
- CloseReasonEnum
- CaseClosedActionTypeEnum
- Try it!
Full name: projects.locations.instances.legacySdk.legacyGetCaseClosureDetails
Legacy RPC for getting case closure details.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The GetCaseClosureDetails request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:getCaseClosureDetails |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "legacyPayload": [ string ] } |
Fields | |
---|---|
legacyPayload[] |
Required. The closed cases ids to get the details for. |
Response body
The GetCaseClosureDetailsResponse message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
The instance of the legacy sdk. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
SdkCaseClosureDetails
CaseClosureDetails message.
JSON representation |
---|
{ "rootCause": string, "reason": enum ( |
Fields | |
---|---|
rootCause |
The root cause of the case. |
reason |
The reason for closing the case. |
caseClosedActionType |
The action type for closing the case. |
CloseReasonEnum
CloseReasonEnum enum.
Enums | |
---|---|
MALICIOUS |
Malicious. |
NOT_MALICIOUS |
Not malicious. |
MAINTENANCE |
Maintenance. |
INCONCLUSIVE |
Inconclusive. |
CaseClosedActionTypeEnum
CaseClosedActionTypeEnum enum.
Enums | |
---|---|
AUTOMATIC |
Automatic. |
MANUALLY |
Manually. |