CreateAlertRequest
class CreateAlertRequest
Types
Properties
Link copied to clipboard
Idempotency token for safe retries. Retrying with the same token within the idempotency window returns the original alert instead of creating a duplicate.
Link copied to clipboard
An optional description of the alert.
Link copied to clipboard
Alert name, for display. Max 256 (the AlarmName budget). Not the alert's identity: the backend mints a separate uuid as the {@link AlertId}, so the name need not be unique within a space and addressing an alert never depends on it. UpdateAlert accepts a new name to rename the alert.
Link copied to clipboard
The notification rules that determine when and where notifications are sent.
Link copied to clipboard
Whether actions (notifications) are enabled for this alert. Defaults to true when omitted.