CreateEventRequest
- Type: stringFormat: date-time
started At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: integer · EventTypeenum
type requiredInteger numbers.
values1 InputPowerDisconnected
2 InputVoltageLow
3 BatteryLow
4 Jammed
5 MovementStarted
- Type: object · AlertRuleChannel nullable
channel The channel to notify the recipient through. Used to bypass the alert rule engine.
- Type: integer · ChannelTypeenum
type requiredInteger numbers.
values1 Call
2 Sms
3 Telegram
4 Email
- Type: object · CallChannelOptions nullable
call - Type: object · EmailChannelOptions nullable
email - Type: object · SmsChannelOptions nullable
sms - Type: object · TelegramChannelOptions nullable
telegram
- Type: object · Location nullable
location - Type: object · Address nullable
address - Type: null | string
name The well-known name of the location, or the name of a geofence that was entered or exited.
- Type: object · Recipient nullable
recipient The recipient to notify. Used to bypass the alert rule engine.
culture required- Type: string
phone Number requiredThe phone number of the recipient in E.164 format (e.g. +1234567890).
time Zone required- Type: null | string
description
- Type: object · Telemetry nullable
telemetry - Type: null | number | string
ad Blue Level Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleUnit: percentage 0.0-1.0
- Type: null | integer | string
altitude Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Unit: m
- Type: null | number | string
battery Level Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleUnit: percentage 0.0-1.0
- Type: null | number | string
battery Voltage Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleUnit: V
- Type: array string[] | null
driver Ids - Type: null | number | string
fuel Level Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleUnit: percentage 0.0-1.0
- Type: null | integer | string
heading Pattern: ^-?(?:0|[1-9]\d*)$Format: uint32Unit: degrees 0-360
- Type: null | number | string
input Voltage Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleUnit: V
- Type: null | boolean
is Alarm Triggered - Type: null | boolean
is Driver Authenticated - Type: null | boolean
is Ignition On - Type: null | boolean
is Lockdown Enabled - Type: null | boolean
is Moving - Type: null | number | string
latitude Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double - Type: null | number | string
longitude Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double - Type: null | number | string
pressure Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleUnit: kPa
- Type: null | integer | string
speed Pattern: ^-?(?:0|[1-9]\d*)$Format: uint32Unit: km/h
- Type: null | number | string
temperature Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleUnit: deg C