KnownFrequency enum
Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).
Supported for CategoryType(s): ReservationUtilization.
Fields
| Daily | After the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day. |
| Monthly | After the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days. |
| Weekly | After the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days. |