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. |
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. |