Alert Policy Condition Condition Sql Hourly
data class AlertPolicyConditionConditionSqlHourly(val minuteOffset: Int? = null, val periodicity: Int)
Properties
Link copied to clipboard
The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.
Link copied to clipboard
Number of hours between runs. The interval must be greater than or equal to 1 hour and less than or equal to 48 hours.