- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- FetchFullUniqueEntity
- LastCaseType
- CaseDistributionType
- RelatedCase
- RelatedCaseClosureDetails
- RelatedCaseCloseReason
- RelatedCaseDataState
- SoarEntityNote
- SoarCasesDistribution
- Try it!
Full name: projects.locations.instances.uniqueEntities.fetchFull
Fetches a full UniqueEntity.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. Format: projects/{project}/locations/{location}/instances/{instance}/uniqueEntities |
Request body
The request body contains an instance of FetchFullUniqueEntity
.
Response body
Response message for uniqueEntities.fetchFull.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "entity": { object ( |
Fields | |
---|---|
entity |
Output only. The full unique entity. |
relatedCases[] |
Output only. The related cases. |
environments[] |
Output only. The related environments. |
linkedEntities[] |
Output only. The related entities. |
notes[] |
Output only. The related entity notes. |
caseDistributionRecords[] |
Output only. The related cases distribution. |
allCasesCount |
Output only. The total number of cases. |
maliciousCasesCount |
Output only. The total number of cases. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
FetchFullUniqueEntity
Request message for uniqueEntities.fetchFull.
JSON representation |
---|
{ "identifier": string, "type": string, "environment": string, "lastCaseType": enum ( |
Fields | |
---|---|
identifier |
Required. Unique identifier of the entity. |
type |
Required. Type of the entity. |
environment |
Required. Environment of the entity (e.g., "prod", "dev"). |
lastCaseType |
Optional. Last case type of the entity. |
caseDistributionType |
Optional. Case distribution type. |
LastCaseType
Enum representing the last case type.
Enums | |
---|---|
ALL |
All case types. |
CLOSED |
Closed last case type. |
OPENED |
Opened last case type. |
CaseDistributionType
Enum representing the case distribution type.
Enums | |
---|---|
PRODUCT |
Product case distribution type. |
TAG |
Tag case distribution type. |
RelatedCase
The related case.
JSON representation |
---|
{ "priority": enum ( |
Fields | |
---|---|
priority |
Output only. Case priority. |
description |
Output only. Case description. |
closureDetails |
Output only. Case closure details. |
id |
Output only. Related Case Id. |
createTime |
Output only. Creation time of the case. |
status |
Output only. Case data status. |
displayName |
Output only. Case display name. |
RelatedCaseClosureDetails
Case closure details.
JSON representation |
---|
{
"reason": enum ( |
Fields | |
---|---|
reason |
Output only. Case closure reason. |
rootCause |
Output only. root cause of the case. |
comment |
Output only. clouse comment of the case. |
RelatedCaseCloseReason
Case closure reason.
Enums | |
---|---|
CLOSE_REASON_UNSPECIFIED |
Unspecified close reason. |
MALICIOUS |
Case is malicious. |
NOT_MALICIOUS |
Case is not malicious. |
MAINTENANCE |
Case is in maintenance. |
INCONCLUSIVE |
Case is inconclusive. |
UNKNOWN |
Case closure reason is unknown. |
RelatedCaseDataState
Case data status.
Enums | |
---|---|
CASE_DATA_STATE_UNSPECIFIED |
Unspecified case data status. |
OPENED |
Case data is opened. |
CLOSED |
Case data is closed. |
ALL |
Case data is all. |
MERGED |
Case data is merged. |
CREATION_PENDING |
Case data is creation pending. |
SoarEntityNote
Soar entity note.
JSON representation |
---|
{ "author": string, "content": string, "id": string, "createTime": string } |
Fields | |
---|---|
author |
Output only. Author of the note. |
content |
Output only. Content of the note. |
id |
Output only. Unique identifier of the note. |
createTime |
Output only. Creation time of the note. |
SoarCasesDistribution
Soar cases distribution.
JSON representation |
---|
{ "displayName": string, "count": integer, "productFamily": string } |
Fields | |
---|---|
displayName |
Output only. Display name of the case. |
count |
Output only. Number of cases. |
productFamily |
Output only. Product family of the case. |