AlertStrategyResponse

data class AlertStrategyResponse(val autoClose: String, val notificationChannelStrategy: List<NotificationChannelStrategyResponse>, val notificationRateLimit: NotificationRateLimitResponse)

Control over how the notification channels in notification_channels are notified when this alert fires.

Constructors

Link copied to clipboard
fun AlertStrategyResponse(autoClose: String, notificationChannelStrategy: List<NotificationChannelStrategyResponse>, notificationRateLimit: NotificationRateLimitResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If an alert policy that was active has no data for this long, any open incidents will close

Link copied to clipboard

Control how notifications will be sent out, on a per-channel basis.

Link copied to clipboard

Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.