Property Name | Type | Description |
---|---|---|
acknowledgedAt | InputMaybe<Any> | The last time the alert status changed to ACKNOWLEDGED. |
closedAt | InputMaybe<Any> | The last time the alert status changed to CLOSED. |
createdAt | InputMaybe<Any> | Timestamp for when the alert was created, when status is set to OPENED. |
description | Maybe<String> | The description of the event. |
displayName | String | The name of the event. |
id | String | The ID of the alert. |
lastUpdated | Any | The last time this event was updated. |
priority | InputMaybe<AlertPriority> | Priority of the alert. |
snoozedAt | InputMaybe<Any> | The last time the alert status changed to SNOOZED. |
status | InputMaybe<AlertEventStatus> | Status of the alert. |
updateSequenceNumber | Any | A number specifying the order of the update to the event. |
url | Maybe<Any> | The URL of the event. |
Rate this page: