- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- AlertOverviewWidget
- AlertCard
- AlertCardSla
- AlertCardFieldGroupData
- AlertCardFieldData
- WidgetTemplateType
- WidgetTemplateGridColumns
- WidgetResultStatus
- CaseApsGrapthWidget
- CaseAssistantWidget
- AiCaseAssistantStatus
- CaseAssistantSummaryData
- CaseAssistantType
- CaseAssistantReasonsData
- CaseAssistantNextStepsData
- CaseDescriptionWidget
- CaseImpactedResourcesWidget
- CaseRecommendationsWidget
- SimilarCase
- SimilarCaseOutcomeStatus
- AnalystUserDetails
- CaseRelatedFindingsWidget
- EntitiesHighlightWidget
- EntityData
- WidgetFieldGroupData
- WidgetFieldData
- EventsWidget
- EventWidgetRow
- EventWidgetCell
- SecurityEntity
- WidgetContextGroup
- ContextStringItem
- FormWidget
- CustomFieldForm
- GraphWidget
- Investigator
- GraphNodeGroup
- GraphNode
- GraphRelationGroup
- GraphRelation
- GraphRelationPropertyValue
- ApiSecurityAlertDetails
- ApiSecurityEventDetails
- ApiSecurityEntityCard
- SecurityEntityDirection
- HtmlWidget
- InsightsWidget
- CaseInsight
- JsonResultsWidget
- KeyValueWidget
- KeyValueStatistics
- WorkflowPendingStepsWidget
- WorkflowPendingStep
- PendingStepStatus
- PendingStepSecurityEntity
- PendingStepSecurityEntityPropertyValue
- PendingStepActionDefinition
- PendingStepActionDefinitionParameter
- PendingStepActionDefinitionParameterType
- ActionIntegrationInstance
- WorkflowPendingStepInstance
- WorkflowStepType
- WorkflowStepParameter
- WorkflowStepParameterType
- PotentiallyGroupedAlertsWidget
- PotentiallyGroupedAlert
- QuickActionsWidget
- QuickAction
- SiemAlertsWidget
- StatisticsWidget
- FieldDistribution
- FieldValueData
- TextWidget
- TimelineWidget
- WallActivitiesWidget
- CaseWallActivity
- CaseWallActivityType
- RuleOverviewWidget
- Try it!
Full name: projects.locations.instances.cases.resolveOverviewWidget
Resolve case overview widget.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1beta/{name}:resolveOverviewWidget Path parameters
| Parameters | |
|---|---|
name |
Required. The case to resolve overview widget for. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}:resolveOverviewWidget |
Query parameters
| Parameters | |
|---|---|
widgetIdentifier |
Required. Widget identifier to resolve. |
caseId |
Required. Case id to resolve overview widget for. |
forceRefresh |
Optional. Force refresh the widget. |
firstRequest |
Optional. Is first request to resolve overview widget. |
Request body
The request body must be empty.
Response body
Response message for cases.resolveOverviewWidget.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field overview_widget. The overview widget to resolve. overview_widget can be only one of the following: |
|
alertOverviewWidget |
Output only. The alert overview widget to resolve. |
caseApsGraphWidget |
Output only. The case aps graph widget to resolve. |
caseAssistantWidget |
Output only. The AI case assistant widget to resolve. |
caseDescriptionWidget |
Output only. The case description widget to resolve. |
caseImpactedResourcesWidget |
Output only. The case impacted resources widget to resolve. |
caseRecommendationsWidget |
Output only. The case recommendations widget to resolve. |
caseRelatedFindingsWidget |
Output only. The case related findings widget to resolve. |
entitiesHighlightWidget |
Output only. The entities highlight widget to resolve. |
eventsWidget |
Output only. The events widget to resolve. |
formWidget |
Output only. The form widget to resolve. |
graphWidget |
Output only. The graph widget to resolve. |
htmlWidget |
Output only. The html widget to resolve. |
insightsWidget |
Output only. The insights widget to resolve. |
jsonResultsWidget |
Output only. The json result widget to resolve. |
keyValueWidget |
Output only. The key value widget to resolve. |
pendingStepsWidget |
Output only. The workflow pending steps widget to resolve. |
potentiallyGroupedAlertsWidget |
Output only. The potentially grouped alerts widget to resolve. |
quickActionsWidget |
Output only. The quick actions widget to resolve. |
siemAlertsWidget |
Output only. The siem alerts widget to resolve. |
statisticsWidget |
Output only. The statistics widget to resolve. |
textWidget |
Output only. The text widget to resolve. |
timelineWidget |
Output only. The timeline widget to resolve. |
wallActivitiesWidget |
Output only. The case wall activities widget to resolve. |
ruleOverviewWidget |
Output only. The rule overview widget to resolve. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
chronicle.cases.get
For more information, see the IAM documentation.
AlertOverviewWidget
Alert overview widget.
| JSON representation |
|---|
{ "alerts": [ { object ( |
| Fields | |
|---|---|
alerts[] |
Output only. The alerts to display in the widget. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
AlertCard
Alert card.
| JSON representation |
|---|
{ "id": string, "creationTimeUnixTimeInMs": string, "modificationTimeUnixTimeInMs": string, "identifier": string, "status": enum ( |
| Fields | |
|---|---|
id |
Output only. The alert name. |
creationTimeUnixTimeInMs |
Output only. The alert creation time in milliseconds. |
modificationTimeUnixTimeInMs |
Output only. The alert modification time in milliseconds. |
identifier |
Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId} |
status |
Output only. The alert status. |
name |
Output only. The alert name. |
priority |
Output only. The alert priority. |
workflowsStatus |
Output only. Status of the selected playbook. |
startTime |
Output only. The alert start time in milliseconds. Start time of the first event. |
endTime |
Output only. The alert end time in milliseconds. End time of the last event. |
alertGroupIdentifier |
Output only. The alert group identifier. This value is unique across the system. |
eventsCount |
Output only. The number of events in the alert. |
title |
Output only. Alert display name. |
ruleGenerator |
Output only. Rule that generated the alert. Based on the source connector. |
deviceProduct |
Output only. Source product that the alert ingested from. |
deviceVendor |
Output only. Source vendor that the alert ingested from. |
playbookAttached |
Output only. The playbook attached to the alert. The playbook selected is the one with the highest priority. For playbooks with similar priorities, the playbook that was created first is selected. |
playbookRunCount |
Output only. The playbook's execution count for the alert. |
isManualAlert |
Output only. Flag that indicates whether the alert is manual or not. |
sla |
Output only. The alert SLA. |
fieldsGroups[] |
Output only. The alert fields. |
sourceUrl |
Output only. The alert source URL. |
sourceRuleUrl |
Output only. The alert source rule URL. |
relatedCases[] |
Output only. The list of cases related to the alert. |
caseId |
Output only. The alert's case id. |
nestingDepth |
Output only. The alert's nesting depth. In case the alert is not nested, this field will be 0. Otherwise, the depth is specified as a positive number. |
slaExpirationUnixTime |
Output only. The alert SLA expiration time in milliseconds. |
slaCriticalExpirationUnixTime |
Output only. The alert SLA critical expiration time in milliseconds. |
siemAlertId |
Output only. The alert's SIEM identifier. In case the alert is not ingested from SIEM, this field will be null. |
lastSourceUpdateUnixTimeInMs |
Output only. The last time the alert source was updated in milliseconds. |
AlertCardSla
The alert SLA.
| JSON representation |
|---|
{
"slaExpirationTime": string,
"criticalExpirationTime": string,
"expirationStatus": enum ( |
| Fields | |
|---|---|
slaExpirationTime |
Output only. The alert SLA expiration time in milliseconds. |
criticalExpirationTime |
Output only. The alert SLA expiration time in milliseconds. |
expirationStatus |
Output only. The alert SLA expiration status. |
remainingTimeSinceLastPause |
Output only. The remaining time since the last pause in milliseconds. |
AlertCardFieldGroupData
Field group data.
| JSON representation |
|---|
{
"order": integer,
"groupName": string,
"items": [
{
object ( |
| Fields | |
|---|---|
order |
Output only. Field group order. |
groupName |
Output only. Field group name. |
items[] |
Output only. The list of fields in the field group. |
isIntegration |
Output only. Flag that indicates whether the field group is related to a specific integration or not. |
isHighlight |
Output only. Flag that indicates whether the field group is highlighted. |
AlertCardFieldData
Field data.
| JSON representation |
|---|
{ "originalName": string, "name": string, "value": string } |
| Fields | |
|---|---|
originalName |
Output only. Field name. |
name |
Output only. Field display name. |
value |
Output only. Field value. |
WidgetTemplateType
Widget template type.
| Enums | |
|---|---|
WIDGET_TEMPLATE_TYPE_ENUM_UNSPECIFIED |
Unspecified widget type. |
KEY_VALUE |
Key value widget type. |
EVENTS |
Events widget type. |
JSON_RESULTS |
JSON results widget type. |
HTML |
HTML widget type. |
WALL_ACTIVITIES |
Wall activities widget type. |
ALERTS |
Alerts widget type. |
TIMELINE |
Timeline widget type. |
GRAPH |
Graph widget type. |
TEXT |
Text widget type. |
POTENTIALLY_GROUPED_ALERTS |
Potentially grouped alerts widget type. |
ENTITIES_HIGHLIGHT |
Entities highlight widget type. |
PENDING_STEPS |
Pending steps widget type. |
CASE_RECOMMENDATIONS |
Case recommendations widget type. |
STATISTICS |
Statistics widget type. |
CASE_DESCRIPTION |
Case description widget type. |
INSIGHT |
Insight widget type. |
CASE_ASSISTANT |
Case assistant widget type. |
CASE_APS_GRAPH |
Case APS graph widget type. |
CASE_RELATED_FINDINGS |
Case related findings widget type. |
CASE_IMPACTED_RESOURCES |
Case impacted resources widget type. |
FORM |
Form widget type. |
QUICK_ACTIONS |
Quick actions widget type.s |
SIEM_ALERTS |
Siem alerts widget type. |
RULE_OVERVIEW |
Rule overview widget type. |
WidgetTemplateGridColumns
Widget template grid columns.
| Enums | |
|---|---|
CASE_WIDGET_TEMPLATE_GRID_COLUMNS_UNSPECIFIED |
Unspecified widget template grid columns. |
HALF_WIDTH |
Half width |
FULL_WIDTH |
Full width |
ONE_THIRD_WIDTH |
One third width |
TWO_THIRD_WIDTH |
Two third width |
WidgetResultStatus
Widget result status.
| Enums | |
|---|---|
WIDGET_RESULT_STATUS_UNSPECIFIED |
Unspecified widget result status. |
SUCCESS |
Widget result is success. |
ERROR |
Widget result is error. |
CaseApsGrapthWidget
Case aps graph widget.
| JSON representation |
|---|
{ "ticketId": string, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
ticketId |
Output only. The ticket id of the case |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
CaseAssistantWidget
Case assistant widget.
| JSON representation |
|---|
{ "state": enum ( |
| Fields | |
|---|---|
state |
Output only. The widget state. |
summaryPrediction |
Output only. The summary prediction. |
reasonsPrediction |
Output only. The case assistant reasons data. |
nextStepsPrediction |
Output only. The case assistant next steps prediction data. |
alertsCount |
Output only. The number of alerts in the case. |
eventsCount |
Output only. The number of events in the case. |
entitiesCount |
Output only. The number of entities in the case. |
environment |
Output only. The environment of the case. |
modificationTimeUnixTimeInMs |
Output only. The case modification time in milliseconds. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
investigationNotebookId |
Output only. The investigation notebook id. |
AiCaseAssistantStatus
AI Case assistant widget status.
| Enums | |
|---|---|
AI_CASE_ASSISTANT_STATUS_UNSPECIFIED |
Unspecified AI case assistant widget status. |
PENDING_START |
AI case assistant widget is pending start. |
IN_PROGRESS |
AI case assistant widget is in progress. |
SUCCESSFUL |
AI case assistant widget is successful. |
AI_CASE_ASSISTANT_ERROR |
AI case assistant widget is error. |
CaseAssistantSummaryData
Case assistant summary data.
| JSON representation |
|---|
{
"caseSummary": string,
"caseSummaryId": integer,
"caseAssistantType": enum ( |
| Fields | |
|---|---|
caseSummary |
Output only. The case summary. |
caseSummaryId |
Output only. The case summary id. |
caseAssistantType |
Output only. The case assistant type. |
CaseAssistantType
Case assistant type.
| Enums | |
|---|---|
CASE_ASSISTANT_TYPE_UNSPECIFIED |
Unspecified case assistant type. |
THREAT_SUMMARY |
Case assistant type is summary. |
RECOMMENDATION_REASONS |
Case assistant type is recommendation. |
RECOMMENDATION_NEXT_STEPS |
Case assistant type is recommendation next steps. |
CaseAssistantReasonsData
Case assistant reasons data.
| JSON representation |
|---|
{
"reasons": [
string
],
"score": number,
"caseSummaryId": integer,
"caseAssistantType": enum ( |
| Fields | |
|---|---|
reasons[] |
Output only. The case assistant reasons. |
score |
Output only. The case assistant score. |
caseSummaryId |
Output only. The case summary id. |
caseAssistantType |
Output only. The case assistant type. |
CaseAssistantNextStepsData
Case assistant next steps data.
| JSON representation |
|---|
{
"nextSteps": [
string
],
"caseSummaryId": integer,
"caseAssistantType": enum ( |
| Fields | |
|---|---|
nextSteps[] |
Output only. The case assistant next steps. |
caseSummaryId |
Output only. The case summary id. |
caseAssistantType |
Output only. The case assistant type. |
CaseDescriptionWidget
Case description widget.
| JSON representation |
|---|
{ "text": string, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
text |
Output only. The widget text. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
CaseImpactedResourcesWidget
Case impacted resources widget.
| JSON representation |
|---|
{ "ticketId": string, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
ticketId |
Output only. The widget ticket identifier. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
CaseRecommendationsWidget
Case recommendations widget.
| JSON representation |
|---|
{ "similarCases": [ { object ( |
| Fields | |
|---|---|
similarCases[] |
Output only. The similar cases. |
relevantAnalysts[] |
Output only. The relevant analysts. |
relevantTags[] |
Output only. The relevant tags. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
SimilarCase
The similar case.
| JSON representation |
|---|
{ "id": integer, "title": string, "similarCaseRescordOutcomeStatus": enum ( |
| Fields | |
|---|---|
id |
Output only. The similar case id. |
title |
Output only. The similar case title. |
similarCaseRescordOutcomeStatus |
Output only. The similar case outcome status. |
priority |
Output only. The similar case priority. |
creationTimeUnixTimeInMs |
Output only. The similar case creation time in milliseconds. |
scorePercent |
Output only. The similar case score percent. |
isClosed |
Output only. The similar case closed flag. |
closeRootCause |
Output only. The similar case root cause. |
closeComment |
Output only. The similar case close comment. |
SimilarCaseOutcomeStatus
The similar case outcome status.
| Enums | |
|---|---|
SIMILAR_CASE_OUTCOME_STATUS_UNSPECIFIED |
Unspecified similar case outcome status. |
OPEN |
Similar case outcome status is open. |
MALICIOUS |
Similar case outcome status is malicious. |
NOT_MALICIOUS |
Similar case outcome status is not malicious. |
MAINTENANCE |
Similar case outcome status is maintenance. |
AnalystUserDetails
The analyst user details.
| JSON representation |
|---|
{ "userName": string, "fullName": string } |
| Fields | |
|---|---|
userName |
Output only. The user name. |
fullName |
Output only. The full name. |
CaseRelatedFindingsWidget
Case related findings widget.
| JSON representation |
|---|
{ "ticketId": string, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
ticketId |
Output only. The widget ticket identifier. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
EntitiesHighlightWidget
Entities highlight widget.
| JSON representation |
|---|
{ "highlightEntities": [ { object ( |
| Fields | |
|---|---|
highlightEntities[] |
Output only. The entities to highlight. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
EntityData
Entity data.
| JSON representation |
|---|
{ "caseId": integer, "alertIdentifier": string, "status": enum ( |
| Fields | |
|---|---|
caseId |
Output only. The case id of the entity. |
alertIdentifier |
Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId} |
status |
Output only. Alert status. |
identifier |
Output only. The entity identifier. |
entityType |
Output only. The entity type. |
isInternal |
Output only. Flag that indicates whether the entity is internal or not. |
isSuspicious |
Output only. Flag that indicates whether the entity is suspicious or not. |
isArtifact |
Output only. Flag that indicates whether the entity is an artifact or not. |
isPivot |
Output only. Flag that indicates whether the entity is a pivot or not. |
environment |
Output only. The environment the entity belongs to. |
fieldsGroups[] |
Output only. The entity fields. |
highlightFieldsGroups[] |
Output only. The entity highlight fields. |
WidgetFieldGroupData
Widget field group data.
| JSON representation |
|---|
{
"order": integer,
"groupName": string,
"items": [
{
object ( |
| Fields | |
|---|---|
order |
Output only. Field group order. |
groupName |
Output only. Field group name. |
items[] |
Output only. The list of fields in the field group. |
sourceUrl |
Output only. The entity source URL. |
isIntegration |
Output only. Flag that indicates whether the field group is related to a specific integration or not. |
isHighlight |
Output only. Flag that indicates whether the field group is highlighted. |
isManuallyCreated |
Output only. Flag that indicates whether the entity is manually created or not. |
WidgetFieldData
Widget field data.
| JSON representation |
|---|
{ "originalName": string, "name": string, "value": string } |
| Fields | |
|---|---|
originalName |
Output only. Field name. |
name |
Output only. Field display name. |
value |
Output only. Field value. |
EventsWidget
Events widget.
| JSON representation |
|---|
{ "columns": [ string ], "rows": [ { object ( |
| Fields | |
|---|---|
columns[] |
Output only. The columns to display. |
rows[] |
Output only. The rows to display. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
EventWidgetRow
Event widget row.
| JSON representation |
|---|
{ "sourceSystemName": string, "product": string, "eventName": string, "cells": [ { object ( |
| Fields | |
|---|---|
sourceSystemName |
Output only. Which alerting system raises the alert. E.g. "QRadar", "Arcsight", "Microsoft CASB". The Integration Name in soar. |
product |
Output only. The product associated with the alert. E.g. DLP, WinEventLog:Security |
eventName |
Output only. Event display name. For example: Email Check, Data Exfiltration, IRC etc. |
cells[] |
Output only. The cells to display. |
fieldsGroups[] |
Output only. The event fields. |
EventWidgetCell
Event widget cell.
| JSON representation |
|---|
{
"value": string,
"relatedEntity": {
object ( |
| Fields | |
|---|---|
value |
Output only. The cell value. |
relatedEntity |
Output only. The related entity. |
SecurityEntity
Security entity.
| JSON representation |
|---|
{
"entityType": string,
"identifier": string,
"caseId": integer,
"isArtifact": boolean,
"isEnriched": boolean,
"isVulnerable": boolean,
"isPivot": boolean,
"environment": string,
"sourceUrl": string,
"fields": [
{
object ( |
| Fields | |
|---|---|
entityType |
Output only. The entity type. |
identifier |
Output only. The entity identifier. |
caseId |
Output only. The case id of the entity. |
isArtifact |
Output only. Flag that indicates whether the entity is an artifact or not. |
isEnriched |
Output only. Flag that indicates whether the entity is enriched or not. |
isVulnerable |
Output only. Flag that indicates whether the entity is vulnerable or not. |
isPivot |
Output only. Flag that indicates whether the entity is a pivot or not. |
environment |
Output only. The environment the entity belongs to. |
sourceUrl |
Output only. The source URL of the entity. |
fields[] |
Output only. The context groups. |
isSuspicious |
Output only. Flag that indicates whether the entity is suspicious or not. |
isInternal |
Output only. Flag that indicates whether the entity is internal or not. |
isManuallyCreated |
Output only. Flag that indicates whether the entity is manually created or not. |
WidgetContextGroup
Widget context group.
| JSON representation |
|---|
{
"isHighlight": boolean,
"groupName": string,
"hideOptions": boolean,
"items": [
{
object ( |
| Fields | |
|---|---|
isHighlight |
Output only. Flag that indicates whether the context group is a highlight. |
groupName |
Output only. The group name. |
hideOptions |
Output only. Flag that indicates whether the context group is hidden. |
items[] |
Output only. The context string items. |
ContextStringItem
Context string item.
| JSON representation |
|---|
{ "originalName": string, "name": string, "value": string } |
| Fields | |
|---|---|
originalName |
Output only. The original name of the property. |
name |
Output only. The name of the context string item. |
value |
Output only. The value of the context string item. |
FormWidget
Form widget.
| JSON representation |
|---|
{ "customFieldValues": [ { object ( |
| Fields | |
|---|---|
customFieldValues[] |
Output only. The custom field form. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
CustomFieldForm
Custom field form.
| JSON representation |
|---|
{ "id": integer, "mandatory": boolean, "order": integer, "isTrimmed": boolean, "values": [ string ] } |
| Fields | |
|---|---|
id |
Output only. The unique identifier of the custom field. |
mandatory |
Output only. Flag that indicates whether the form is mandatory or not. |
order |
Output only. The order in which the custom field appears within the form. Lower values indicate that the field should appear first. |
isTrimmed |
Output only. Flag that indicates whether the form is trimmed or not. |
values[] |
Output only. The values of the form. |
GraphWidget
Graph widget.
| JSON representation |
|---|
{ "investigator": { object ( |
| Fields | |
|---|---|
investigator |
Output only. The investigator to display. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
Investigator
Investigator.
| JSON representation |
|---|
{ "nodes": [ { object ( |
| Fields | |
|---|---|
nodes[] |
Output only. The nodes to display. |
relations[] |
Output only. The relations to display. |
alerts[] |
Output only. The alerts to display. |
caseId |
Output only. The case id. |
caseTitle |
Output only. The case title. |
lastModifed |
Output only. The last modified time of the case. |
assignedUser |
Output only. The assigned user. |
tags[] |
Output only. The tags of the case. |
priority |
Output only. The case priority. |
environment |
Output only. The environment of the case. |
status |
Output only. The case status. |
GraphNodeGroup
Graph node group.
| JSON representation |
|---|
{ "primaryNode": { object ( |
| Fields | |
|---|---|
primaryNode |
Output only. The primary node. |
nodes[] |
Output only. The nodes to display. |
GraphNode
Graph node.
| JSON representation |
|---|
{
"isInternal": boolean,
"isSuspicious": boolean,
"isArtifact": boolean,
"isVulnerable": boolean,
"isPivot": boolean,
"identifier": string,
"alertIdentifier": string,
"type": string,
"sourceUrl": string,
"fields": [
{
object ( |
| Fields | |
|---|---|
isInternal |
Output only. Flag that indicates whether the node is internal or not. |
isSuspicious |
Output only. Flag that indicates whether the node is suspicious or not. |
isArtifact |
Output only. Flag that indicates whether the node is an artifact or not. |
isVulnerable |
Output only. Flag that indicates whether the node is vulnerable or not. |
isPivot |
Output only. Flag that indicates whether the node is a pivot or not. |
identifier |
Output only. The node identifier. |
alertIdentifier |
Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId} |
type |
Output only. The type of the node. |
sourceUrl |
Output only. The source URL. |
fields[] |
Output only. The context groups. |
GraphRelationGroup
Graph relation group.
| JSON representation |
|---|
{ "fromType": string, "toType": string, "identifier": string, "fromIdentifier": string, "toIdentifier": string, "primaryRelation": { object ( |
| Fields | |
|---|---|
fromType |
Output only. The from type of the relation. |
toType |
Output only. The to type of the relation. |
identifier |
Output only. The relation identifier. |
fromIdentifier |
Output only. The from identifier. |
toIdentifier |
Output only. The to identifier. |
primaryRelation |
Output only. The primary relation. |
relations[] |
Output only. The relations to display. |
GraphRelation
Graph relation.
| JSON representation |
|---|
{
"eventId": string,
"fromIdentifier": string,
"toIdentifier": string,
"identifier": string,
"type": string,
"fields": [
{
object ( |
| Fields | |
|---|---|
eventId |
Output only. The event identifier. |
fromIdentifier |
Output only. The from identifier. |
toIdentifier |
Output only. The to identifier. |
identifier |
Output only. The graph relation identifier. |
type |
Output only. The type of the relation. |
fields[] |
Output only. The graph relation property fields. |
GraphRelationPropertyValue
The graph relation property value.
| JSON representation |
|---|
{ "key": string, "value": string } |
| Fields | |
|---|---|
key |
Output only. The property key. |
value |
Output only. The property value. |
ApiSecurityAlertDetails
Security alert details.
| JSON representation |
|---|
{ "ticketId": string, "status": enum ( |
| Fields | |
|---|---|
ticketId |
Output only. The ticket id. |
status |
Output only. The alert status. |
identifier |
Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId} |
hasWorkflows |
Output only. Flag that indicates whether the alert has workflows or not. |
workflowsStatus |
Output only. The workflow status. |
sourceSystemName |
Output only. The source system name. |
securityEventCards[] |
Output only. The security event cards. |
entityCards[] |
Output only. The entity cards of the alert. |
productFamilies[] |
Output only. The product families of the alert. |
fields[] |
Output only. The fields of the alert. |
name |
Output only. The alert name. |
product |
Output only. The product of the alert. |
startTimeUnixTimeInMs |
Output only. The start time of the alert. |
apiSlaExpiration |
Output only. The alert SLA. |
isManualAlert |
Output only. Flag that indicates whether the alert is manual or not. |
priority |
Output only. The alert priority. |
ApiSecurityEventDetails
Security event details.
| JSON representation |
|---|
{ "caseId": integer, "eventId": string, "alertIdentifier": string, "eventName": string, "product": string, "sources": [ { object ( |
| Fields | |
|---|---|
caseId |
Output only. The case id. |
eventId |
Output only. The event id. |
alertIdentifier |
Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId} |
eventName |
Output only. The event name. |
product |
Output only. The product name. |
sources[] |
Output only. The sources of the event. |
destinations[] |
Output only. The destinations of the event. |
artifactes[] |
Output only. The entities of the event. |
port |
Output only. The port of the event. |
outcome |
Output only. The outcome of the event. |
deviceEventClassId |
Output only. The event class id of the event. |
fields[] |
Output only. The fields of the event. |
timestamp |
Output only. The timestamp of the event. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
ApiSecurityEntityCard
Security entity card.
| JSON representation |
|---|
{ "identifier": string, "entityType": string, "isSuspicious": boolean, "linkedEntities": [ { object ( |
| Fields | |
|---|---|
identifier |
Output only. The entity identifier. |
entityType |
Output only. The entity type. |
isSuspicious |
Output only. Flag that indicates whether the entity is suspicious or not. |
linkedEntities[] |
Output only. The linked entities of the alert. |
direction |
Output only. The entity direction of the alert. |
SecurityEntityDirection
The security entity direction.
| Enums | |
|---|---|
SECURITY_ENTITY_DIRECTION_UNSPECIFIED |
Unspecified entity direction. |
NONE |
Entity direction is none. |
INBOUND |
Entity direction is inbound. |
OUTBOUND |
Entity direction is outbound. |
BOTH |
Entity direction is both. |
HtmlWidget
HTML widget.
| JSON representation |
|---|
{ "htmlContent": string, "htmlHeight": integer, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
htmlContent |
Output only. The html content. |
htmlHeight |
Output only. The html height. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
safeRendering |
Output only. The html is safe to render. |
InsightsWidget
Insights widget.
| JSON representation |
|---|
{ "insights": [ { object ( |
| Fields | |
|---|---|
insights[] |
Output only. The insights to display. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
CaseInsight
Case insight.
| JSON representation |
|---|
{ "alertIdentifier": string, "caseId": integer, "triggeredBy": string, "title": string, "content": string, "entity": { object ( |
| Fields | |
|---|---|
alertIdentifier |
Output only. The alert identifier. |
caseId |
Output only. The case id. |
triggeredBy |
Output only. The triggered by. |
title |
Output only. The insight title. |
content |
Output only. The insight content. |
entity |
Output only. The entity associated with the insight. |
severity |
Optional. Case insight severity. |
type |
Optional. Case insight type. |
additionalDataType |
Optional. Case additional data insight type. |
additionalData |
Optional. Case Insight additional data. |
additionalDataTitle |
Optional. Case Insight additional data. |
creatorUserName |
Output only. The creator user name. |
JsonResultsWidget
Json result widget.
| JSON representation |
|---|
{ "jsonResult": string, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
jsonResult |
Output only. The json result. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
KeyValueWidget
Key value widget.
| JSON representation |
|---|
{ "keyValues": [ { object ( |
| Fields | |
|---|---|
keyValues[] |
Output only. The key value statistics. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
KeyValueStatistics
Key value statistics.
| JSON representation |
|---|
{ "key": string, "commonValue": string, "values": [ string ], "commonValueCount": integer, "totalValuesCount": integer, "order": integer } |
| Fields | |
|---|---|
key |
Output only. The key. |
commonValue |
Output only. The common value. |
values[] |
Output only. The values. |
commonValueCount |
Output only. The common value count. |
totalValuesCount |
Output only. The total values count. |
order |
Output only. The key value statistics order. |
WorkflowPendingStepsWidget
Workflow pending step widget.
| JSON representation |
|---|
{ "pendingSteps": [ { object ( |
| Fields | |
|---|---|
pendingSteps[] |
Output only. The list of pending steps. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
WorkflowPendingStep
Workflow pending step.
| JSON representation |
|---|
{ "workflowIdentifier": string, "parentWorkflowIdentifier": string, "workflowInstanceIdentifier": integer, "caseId": integer, "indicatorIdentifier": string, "alertGroupIdentifier": string, "status": enum ( |
| Fields | |
|---|---|
workflowIdentifier |
Output only. The workflow identifier associated with the pending step. |
parentWorkflowIdentifier |
Output only. The parent workflow identifier associated with the pending step. |
workflowInstanceIdentifier |
Output only. The workflow instance identifier associated with the pending step. |
caseId |
Output only. The case id associated with the pending step. |
indicatorIdentifier |
Output only. The identifier of the indicator associated with the pending step. |
alertGroupIdentifier |
Output only. The alert group identifier associated with the pending step. |
status |
Output only. The pending step status. |
executingUser |
Output only. The user who is executing the pending step. |
resultCode |
Output only. The result code of the pending step. |
message |
Output only. The result message of the pending step. |
resultValue |
Output only. The result value of the pending step. |
results[] |
Output only. The result entity data of the pending step. |
targetEntities[] |
Output only. The target entities of the pending step. |
resultEntities[] |
Output only. The result entities of the pending step. |
properties |
Output only. The properties of the pending step. An object containing a list of |
actionDef |
Output only. The action definition of the pending step. |
blockStepId |
Output only. The block step identifier of the workflow pending step. |
jsonResultObject |
Output only. The json result object of the workflow pending step. |
integrationInstanceIdentifier |
Output only. The integration instance identifier of the workflow pending step. |
integrationInstanceName |
Output only. The integration instance name of the workflow pending step. |
integrationInstanceEnvironment |
Output only. The integration instance environment of the workflow pending step. |
description |
Output only. The integration instance description of workflow pending step. |
pendingStepProperties |
Output only. The pending step properties of the workflow pending step. |
stepInstanceIdentifier |
Output only. The step instance identifier of the workflow pending step. |
identifier |
Output only. The identifier of the workflow pending step. |
originalStepIdentifier |
Output only. The identifier of the original workflow pending step. |
isAutomatic |
Output only. The flag that indicates whether the workflow step is automatic or not. |
isSkippable |
Output only. The flag that indicates whether the workflow step is skippable or not. |
crationTimeUnixTimeInMs |
Output only. The creation time unix time in milliseconds of the workflow step. |
modifiedTimeUnixTimeInMs |
Output only. The modified time unix time in milliseconds of the workflow step. |
instanceName |
Output only. The instance name of the workflow step. |
name |
Output only. The name of the workflow step. |
integration |
Output only. The integration of the workflow step. |
actionProvider |
Output only. The action provider of the workflow step. |
actionName |
Output only. The action name of the workflow step. |
type |
Output only. The type of the workflow step. |
parameters[] |
Output only. The workflow step parameters. |
autoSkipOnFailure |
Output only. The flag that indicates whether the workflow step is auto skip on failure or not. |
isDebugMockData |
Output only. The flag that indicates whether the workflow step is debug mock data or not. |
allowedToExecute |
Output only. The flag that indicates whether the pending step is allowed to execute. |
loopIteration |
Output only. The loop iteration of the workflow pending step. |
PendingStepStatus
Pending step action status.
| Enums | |
|---|---|
ACTION_STATUS_UNSPECIFIED |
Unspecified action status. |
NO_STATUS |
Action is not started. |
FAULTED |
Action is faulted. |
IN_PROGRESS |
Action is in progress. |
COMPLETED |
Action is completed. |
PENDING_USER_INPUT |
Action is pending user input. |
PENDING_PREVIOUS_STEPS |
Action is pending previous steps. |
STARTED |
Action is started. |
FAULTED_AND_SKIPPED |
Action is faulted and skipped. |
HANDLED_TIMEDOUT |
Action is timed out. |
UNHANDLED_TIMEDOUT |
Action is unhandled timed out. |
TERMINATED |
Action is terminated. |
NOT_RUN_AND_SKIPPED |
Action is not run and skipped. |
PENDING_ACTION_TIMEOUT |
Action is pending action timeout. |
PENDING_ACTION_TIMEOUT_AND_SKIPPED |
Action is pending action timeout and skipped. |
PendingStepSecurityEntity
The pending step security entity.
| JSON representation |
|---|
{
"caseId": integer,
"identifier": string,
"entityType": string,
"isInternal": boolean,
"isSuspicious": boolean,
"isArtifact": boolean,
"isEnriched": boolean,
"isVulnerable": boolean,
"isPivot": boolean,
"environment": string,
"fields": [
{
object ( |
| Fields | |
|---|---|
caseId |
Output only. The case id of the pending step. |
identifier |
Output only. The identifier of the entity. |
entityType |
Output only. The entity type of the entity. |
isInternal |
Output only. The flag that indicates whether the entity is internal. |
isSuspicious |
Output only. The flag that indicates whether the entity is suspicious. |
isArtifact |
Output only. The flag that indicates whether the entity is an artifact. |
isEnriched |
Output only. The flag that indicates whether the entity is enriched. |
isVulnerable |
Output only. The flag that indicates whether the entity is vulnerable. |
isPivot |
Output only. The flag that indicates whether the entity is a pivot. |
environment |
Output only. The environment of the entity. |
fields[] |
Output only. The fields of the pending step security entity. |
isManuallyCreated |
Output only. The flag that indicates whether the entity is manually created. |
PendingStepSecurityEntityPropertyValue
The pending step security entity property value.
| JSON representation |
|---|
{ "key": string, "value": string } |
| Fields | |
|---|---|
key |
Output only. The key of the pending step security entity property value. |
value |
Output only. The value of the pending step security entity property value. |
PendingStepActionDefinition
The action definition of the pending step.
| JSON representation |
|---|
{ "name": string, "description": string, "script": string, "integrationIdentifier": string, "scriptResultName": string, "dynamicResultsMetadata": [ { object ( |
| Fields | |
|---|---|
name |
Output only. The name of the action definition. |
description |
Output only. The description of the action definition. |
script |
Output only. The script of the action definition. |
integrationIdentifier |
Output only. The integration identifier of the action definition. |
scriptResultName |
Output only. The script result name of the action definition. |
dynamicResultsMetadata[] |
Output only. The dynamic result metadata of the action definition. |
creator |
Output only. The creator of the action definition. |
version |
Output only. The version of the action definition. |
id |
Output only. The id of the action definition. |
parameters[] |
Output only. The parameters of the action definition. |
timeoutSeconds |
Output only. The timeout seconds of the action definition. |
asyncPollingIntervalInSeconds |
Output only. The async polling interval seconds of the action definition. |
totalIntervalTimeoutForAsyncInSeconds |
Output only. The total interval timeout for async in seconds of the action definition. |
defaultResultValue |
Output only. The default result value of the action definition. |
integrationInstances[] |
Output only. The integration instances of the action definition. |
hasJsonResult |
Output only. The flag that indicates whether the action definition has json result or not. |
actionWidgetTemplateIdentifier |
Output only. The action widget template identifier of the action definition. |
isEnabled |
Output only. The flag that indicates whether the action definition is enabled. |
isAsync |
Output only. The flag that indicates whether the action definition is async. |
PendingStepActionDefinitionParameter
The action parameters of the action definition.
| JSON representation |
|---|
{
"id": integer,
"creationTimeUnixTimeInMs": string,
"modifiedTimeUnixTimeInMs": string,
"customActionId": string,
"isMandatory": boolean,
"defaultValue": string,
"description": string,
"name": string,
"value": string,
"type": enum ( |
| Fields | |
|---|---|
id |
Output only. The id of the action parameter. |
creationTimeUnixTimeInMs |
Output only. The creation time of the action parameter. |
modifiedTimeUnixTimeInMs |
Output only. The modified time of the action parameter. |
customActionId |
Output only. The custom action id of the action parameter. |
isMandatory |
Output only. The flag that indicates whether the action parameter is mandatory. |
defaultValue |
Output only. The default value of the action parameter. |
description |
Output only. The description of the action parameter. |
name |
Output only. The name of the action parameter. |
value |
Output only. The value of the action parameter. |
type |
Output only. The type of the action parameter. |
optionalValues[] |
Output only. The optional values of the action parameter. |
PendingStepActionDefinitionParameterType
The action parameter type of the action parameter.
| Enums | |
|---|---|
PENDING_STEP_ACTION_DEFINITION_PARAMETER_TYPE_UNSPECIFIED |
The action parameter type is unspecified. |
STRING |
The action parameter type is string. |
BOOLEAN |
The action parameter type is boolean. |
WFS_REPOSITORY |
The action parameter type is WFS repository. |
USER_REPOSITORY |
The action parameter type is user repository. |
STAGES_REPOSITORY |
The action parameter type is stages repository. |
CLOSE_CASE_REASON_REPOSITORY |
The action parameter type is close case reason repository. |
CLOSE_CASE_ROOT_CAUSE_REPOSITORY |
The action parameter type is close case root cause repository. |
PRIORITIES_REPOSITORY |
The action parameter type is priorities repository. |
EMAIL_CONTENT |
The action parameter type is email content. |
CONTENT |
The action parameter type is content. |
PASSWORD |
The action parameter type is password. |
ENTITY_TYPE |
The action parameter type is entity type. |
MULTI_VALUES |
The action parameter type is multi values. |
LIST |
The action parameter type is list. |
CODE |
The action parameter type is code. |
TIME_SPAN_SECONDS |
The action parameter type is time span seconds. |
MULTIPLE_CHOICE_PARAMETER |
The action parameter type is multiple choice. |
ActionIntegrationInstance
The integration instance of the action definition.
| JSON representation |
|---|
{ "identifier": string, "integrationIdentifier": string, "environmentIdentifier": string, "instanceName": string, "instanceDescription": string, "isConfigured": boolean, "isRemote": boolean, "isSystemDefault": boolean } |
| Fields | |
|---|---|
identifier |
Output only. The identifier of the integration instance. |
integrationIdentifier |
Output only. The identifier of the integration instance. |
environmentIdentifier |
Output only. The environment identifier of the integration instance. |
instanceName |
Output only. The instance name of the integration instance. |
instanceDescription |
Output only. The instance description of the integration instance. |
isConfigured |
Output only. The flag that indicates whether the integration instance is configured or not. |
isRemote |
Output only. The flag that indicates whether the integration instance is remote or not. |
isSystemDefault |
Output only. The flag that indicates whether the integration instance is system default or not. |
WorkflowPendingStepInstance
The workflow pending step instance.
| JSON representation |
|---|
{ "pendingStepTimeUnixTimeInMs": string, "caseTitle": string, "alertName": string, "messageToAssignee": string, "slaExpiration": { object ( |
| Fields | |
|---|---|
pendingStepTimeUnixTimeInMs |
Output only. The pending step time unix time in milliseconds of the action definition. |
caseTitle |
Output only. The case title of the action definition. |
alertName |
Output only. The alert name of the action definition. |
messageToAssignee |
Output only. The message to assignee of the action definition. |
slaExpiration |
Output only. The SLA of the action definition. |
casePriority |
Output only. The case priority of the action definition. |
alertPriority |
Output only. The alert priority of the action definition. |
pendingStepExpirationTimeUnixTimeInMs |
Output only. The pending step expiration time unix time in milliseconds of the action definition. |
WorkflowStepType
The workflow step type.
| Enums | |
|---|---|
WORKFLOW_STEP_TYPE_UNSPECIFIED |
The workflow step type is unspecified. |
ACTION |
The workflow step type is action. |
MULTI_CHOICE_QUESTION |
The workflow step type is multi choice question. |
PREVIOUS_ACTION |
The workflow step type is previous action. |
CASE_DATA_CONDITION |
The workflow step type is case data condition. |
CONDITION |
The workflow step type is condition. |
BLOCK |
The workflow step type is block. |
OUTPUT |
The workflow step type is output. |
PARALLEL_ACTIONS_CONTAINER |
The workflow step type is parallel actions container. |
FOR_EACH_START_LOOP |
The workflow step type is for each start loop. |
FOR_EACH_END_LOOP |
The workflow step type is for each end loop. |
WorkflowStepParameter
The workflow step parameter.
| JSON representation |
|---|
{
"name": string,
"value": string,
"type": enum ( |
| Fields | |
|---|---|
name |
Output only. The name of the workflow step parameter. |
value |
Output only. The value of the workflow step parameter. |
type |
Output only. The type of the workflow step parameter. |
isMandatory |
Output only. The flag that indicates whether the workflow step parameter is mandatory or not. |
defaultValue |
Output only. The default value of the workflow step parameter. |
WorkflowStepParameterType
The workflow step parameter type.
| Enums | |
|---|---|
WORKFLOW_STEP_PARAMETER_TYPE_UNSPECIFIED |
The action parameter type is unspecified. |
STRING |
The action parameter type is string. |
BOOLEAN |
The action parameter type is boolean. |
WFS_REPOSITORY |
The action parameter type is WFS repository. |
USER_REPOSITORY |
The action parameter type is user repository. |
STAGES_REPOSITORY |
The action parameter type is stages repository. |
CLOSE_CASE_REASON_REPOSITORY |
The action parameter type is close case reason repository. |
CLOSE_CASE_ROOT_CAUSE_REPOSITORY |
The action parameter type is close case root cause repository. |
PRIORITIES_REPOSITORY |
The action parameter type is priorities repository. |
EMAIL_CONTENT |
The action parameter type is email content. |
CONTENT |
The action parameter type is content. |
PASSWORD |
The action parameter type is password. |
ENTITY_TYPE |
The action parameter type is entity type. |
MULTI_VALUES |
The action parameter type is multi values. |
LIST |
The action parameter type is list. |
CODE |
The action parameter type is code. |
TIME_SPAN_SECONDS |
The action parameter type is time span seconds. |
MULTIPLE_CHOICE_PARAMETER |
The action parameter type is multiple choice. |
PotentiallyGroupedAlertsWidget
Potentially grouped alerts widget.
| JSON representation |
|---|
{ "potentiallyGroupedAlerts": [ { object ( |
| Fields | |
|---|---|
potentiallyGroupedAlerts[] |
Output only. The list of potentially grouped alerts. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
PotentiallyGroupedAlert
Potentially grouped alert.
| JSON representation |
|---|
{ "alertName": string, "alertIdentifier": string, "ingestionDateUnixTime": integer, "priority": enum ( |
| Fields | |
|---|---|
alertName |
Output only. The alert name. |
alertIdentifier |
Output only. The alert identifier. |
ingestionDateUnixTime |
Output only. The alert ingestion date in unix time in milliseconds. |
priority |
Output only. The alert priority. |
caseId |
Output only. The alert case id. |
caseStatus |
Output only. The alert case data state. |
QuickActionsWidget
Quick actions widget.
| JSON representation |
|---|
{ "actions": [ { object ( |
| Fields | |
|---|---|
actions[] |
Output only. The list of quick actions. |
information |
Output only. The widget information. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
QuickAction
Quick action.
| JSON representation |
|---|
{ "integrationIdentifier": string, "actionName": string, "order": integer, "quickButton": { object ( |
| Fields | |
|---|---|
integrationIdentifier |
Output only. The action integration identifier. |
actionName |
Output only. The action name. |
order |
Output only. The order for this action in the widget. |
quickButton |
Output only. The quick button for this action. |
parametersList[] |
Output only. The parameters for this action. |
instanceId |
Output only. The action instance id. |
instanceConfiguration |
Output only. The configuration for this action instance. |
entitiesGroup |
Output only. The entities group for this action. |
SiemAlertsWidget
Siem alerts widget.
| JSON representation |
|---|
{ "siemAlertIds": [ string ], "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
siemAlertIds[] |
Output only. The list of siem alerts ids. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
StatisticsWidget
Statistics widget.
| JSON representation |
|---|
{ "fields": [ { object ( |
| Fields | |
|---|---|
fields[] |
Output only. The field distribution. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
FieldDistribution
Field distribution.
| JSON representation |
|---|
{
"displayFieldName": string,
"rawFieldName": string,
"values": [
{
object ( |
| Fields | |
|---|---|
displayFieldName |
Output only. The field name. |
rawFieldName |
Output only. The raw field name. |
values[] |
Output only. The field values. |
FieldValueData
Field value data.
| JSON representation |
|---|
{ "value": string, "count": integer, "percentage": integer } |
| Fields | |
|---|---|
value |
Output only. The field value. |
count |
Output only. The count of the field value. |
percentage |
Output only. The percentage of the field value. |
TextWidget
Text widget.
| JSON representation |
|---|
{ "text": string, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
text |
Output only. The text of the widget. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
TimelineWidget
Timeline widget.
| JSON representation |
|---|
{ "alerts": [ { object ( |
| Fields | |
|---|---|
alerts[] |
Output only. The time line widget title. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
WallActivitiesWidget
Wall activities widget.
| JSON representation |
|---|
{ "wallActivities": [ { object ( |
| Fields | |
|---|---|
wallActivities[] |
Output only. The case wall activities. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
CaseWallActivity
Case wall activity.
| JSON representation |
|---|
{
"creatorUserId": string,
"creatorFullName": string,
"id": integer,
"type": enum ( |
| Fields | |
|---|---|
creatorUserId |
Output only. The creator user id. |
creatorFullName |
Output only. The creator full name. |
id |
Output only. The wall activity id. |
type |
Output only. The case wall activity type. |
caseId |
Output only. The case id. |
isFavorite |
Output only. Flag that indicates whether the case is a favorite. |
modificationTimeUnixTimeInMs |
Output only. The wall activity modification unixtime in milliseconds. |
creationTimeUnixTimeInMs |
Output only. The wall activity creation unixtime in milliseconds. |
alertIdentifier |
Output only. The alert identifier. This is a unique identifier for the alert. Format: {alertName}_{ticketId} |
title |
Output only. The wall activity title. |
CaseWallActivityType
Casewall activity type.
| Enums | |
|---|---|
WALL_ACTIVITY_TYPE_UNSPECIFIED |
The wall activity type is unspecified. |
CASE_ALERT_DATA |
The wall activity type is case alert data. |
CASE_STATUS_CHANGE |
The wall activity type is case status change. |
CASE_TASK |
The wall activity type is case task. |
CASE_ACTION |
The wall activity type is case action. |
CASE_EVIDENCE |
The wall activity type is case evidence. |
CASE_COMMENT |
The wall activity type is case comment. |
CASE_INSIGHT |
The wall activity type is case insight. |
CASE_CREATION |
The wall activity type is case creation. |
CASE_EXTERNAL_CHANNEL_MESSAGE |
The wall activity type is case external channel message. |
PINNED_CASE_CHAT_MESSAGE |
The wall activity type is case pinned chat message. |
CASE_LINK |
The wall activity type is case link. |
RuleOverviewWidget
Rule overview widget.
| JSON representation |
|---|
{ "ruleId": string, "title": string, "order": integer, "type": enum ( |
| Fields | |
|---|---|
ruleId |
Output only. The rule id. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |