- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacySdk.legacyCaseMetadata
Legacy RPC for getting case metadata.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The GetCaseMetadata request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyCaseMetadata?caseId={caseId} |
Query parameters
Parameters | |
---|---|
caseId |
Required. The case id to get the metadata for. |
Request body
The request body must be empty.
Response body
ApiCyberCase 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, ... }, "isTouched": boolean, "isMerged": boolean, "isImportant": boolean, "isIncident": boolean, "hasWorkflow": boolean, "isLocked": boolean, "hasSuspiciousEntity": boolean } |
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 |
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.