Properties specific to Alert events
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| acknowledgedAt | Maybe<Any> | The last time the alert status changed to ACKNOWLEDGED. |
| closedAt | Maybe<Any> | The last time the alert status changed to CLOSED. |
| createdAt | Maybe<Any> | Timestamp for when the alert was created, when status is set to OPENED. |
| id | String | The ID of the alert. |
| priority | Maybe<String> | Priority of the alert. Possible values: P1, P2, P3, P4, P5. |
| snoozedAt | Maybe<Any> | The last time the alert status changed to SNOOZED. |
| status | Maybe<String> | Status of the alert. Possible values: OPENED, ACKNOWLEDGED, SNOOZED, CLOSED. |
Rate this page: