- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacySdk.legacyCaseFullDetails
Legacy RPC for getting case full details.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The GetCaseFullDetails request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyCaseFullDetails?caseId={caseId}&populateOriginalFile={populateOriginalFile} |
Query parameters
Parameters | |
---|---|
caseId |
Required. The case id to get the full details for. |
populateOriginalFile |
Optional. Whether to populate the original file. |
Request body
The request body must be empty.
Response body
ApiCyberCaseFullDetails message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"title": string,
"description": string,
"environment": string,
"priority": integer,
"stage": string,
"assignedUser": string,
"status": integer,
"alertCount": integer,
"highRiskProducts": [
string
],
"slaExpirationUnixTime": string,
"identifier": string,
"creationTimeUnixMs": string,
"modificationTimeUnixMs": string,
"additionalProperties": {
string: string,
...
},
"cyberAlerts": [
{
object ( |
Fields | |
---|---|
title |
Case title |
description |
Case description |
environment |
Case environment |
priority |
Case priority |
stage |
Case stage |
assignedUser |
Assigned user |
status |
Case status |
alertCount |
Alert count |
highRiskProducts[] |
High risk products |
slaExpirationUnixTime |
Sla expiration unix time |
identifier |
Case identifier |
creationTimeUnixMs |
Creation time in unix ms |
modificationTimeUnixMs |
Modification time in unix ms |
additionalProperties |
Additional properties An object containing a list of |
cyberAlerts[] |
Cyber alerts. |
isTouched |
Is touched |
isMerged |
Is merged |
isImportant |
Is important |
isIncident |
Is incident |
hasWorkflow |
Has workflow |
isLocked |
Is locked |
hasSuspiciousEntity |
Has suspicious entity |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.