| id |
string |
The unique identifier of the alert. |
| name |
string |
The display name of the alert. |
| condition |
string |
The query expression that defines the alert condition. |
| displayExpression |
string |
The query expression used for display purposes in notifications. |
| minutes |
integer |
The number of minutes the condition must be met before the alert fires. |
| resolveAfterMinutes |
integer |
The number of minutes after which the alert auto-resolves if the condition clears. |
| severity |
string |
The severity level of the alert. |
| status |
array |
The current statuses of the alert. |
| tags |
object |
Tags associated with the alert. |
| targets |
object |
Notification targets keyed by severity level. |
| creatorId |
string |
The identifier of the user who created the alert. |
| updaterId |
string |
The identifier of the user who last updated the alert. |
| createdEpochMillis |
integer |
The creation timestamp in epoch milliseconds. |
| updatedEpochMillis |
integer |
The last update timestamp in epoch milliseconds. |