The list of properties of the alert event.
| 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. | 
| id | String | The ID of the alert. | 
| 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. | 
Rate this page: