CreateAlertRuleRequest
- channelType: object · AlertRuleChannelrequired
- typeType: integer · ChannelTypeenumrequired
Integer numbers.
values- 1
Call
- 2
Sms
- 3
Telegram
- 4
Email
- callType: object · CallChannelOptions nullable
- emailType: object · EmailChannelOptions nullable
- smsType: object · SmsChannelOptions nullable
- telegramType: object · TelegramChannelOptions nullable
- recipientType: object · Recipientrequired
- culturerequired
- phoneType: string
Number requiredThe phone number of the recipient in E.164 format (e.g. +1234567890).
- time
Zone required - descriptionType: null | string
- datesType: object · DateRange nullable
The dates between which this alert rule is active, or null to disable this filter.
- fromType: stringFormat: daterequired
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- toType: stringFormat: daterequired
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- daysType: array integer[] | null · DayOfWeek[]enum
Of Week The days of the week on which this alert rule is active, or null to disable this filter.
values- 0
- 1
- 2
- 3
- 4
- 5
- 6
- Type: integer · DayOfWeekenum
Integer numbers.
values- 0
Sunday
- 1
Monday
- 2
Tuesday
- 3
Wednesday
- 4
Thursday
- 5
Friday
- 6
Saturday
- insideType: array string[] | null
Geofences The geofences in any of which the asset must be for the alert rule to be active, or null to disable this filter.
- isType: null | boolean
Disabled Indicates whether this alert rule is disabled, or null to disable this filter.
- outsideType: array string[] | null
Geofences The geofences outside all of which the asset must be for the alert rule to be active, or null to disable this filter.
- timeType: object · TimeRange nullable
Of Day The times of the day during which this alert rule is active, or null to disable this filter. Range may cross midnight (e.g. from 22:00 to 06:00).
- fromType: stringFormat: timerequired
Start time (00:00:00 - 23:59:59)
- toType: stringFormat: timerequired
End time (00:00:00 - 23:59:59)