event.rssactivation

The event.rssactivation event reports the activation of the RSS (Roll Stability Support) system. This safety‑critical event captures telemetry related to vehicle load, braking context, location, and movement to support post‑event analysis, safety assessment, and compliance reporting.

Payload JSON

{
   "eventSubscriptionId":"517db07f-6e95-475e-8cc0-a371f9deed2b",
   "eventType":"event.rssactivation",
   "eventVersion":1,
   "eventId":"c37f8ac9-8206-4f95-afd1-74e442d09c07",
   "assetId":"2412ba2f-4499-4933-a9ce-69f6a38f44ee",
   "unitId":"traxee:358014094033866",
   "registeredOn":"2022-08-12T15:24:00Z",
   "eventData":{
      "ref": {
         "axleLoad":123123,
         "heading":169,
         "mileage":12331,
         "latitude":3.1254,
         "longitude":50.3682,
         "speed":48
      }
   }
}

Field level Description

FieldTypeOptional/RequiredDescription
eventSubscriptionIdString (UUID)RequiredA unique identifier representing the subscription through which this event was delivered. It ensures traceability between the event and the organization's registered RMS subscription.
eventTypeStringRequiredSpecifies the category of the event. event.rssactivation indicates that the Roll Stability Support (RSS) system was triggered.
eventVersionNumberRequiredeventVersion indicates the schema version of the event, allowing producers and consumers to interpret the event consistently as the schema evolves.
eventIdString (UUID)RequiredA globally unique identifier assigned to this specific event instance. Useful for event deduplication, tracking, and audit logging.
assetIdString (UUID)RequiredIdentifies the physical asset (e.g., vehicle, trailer, equipment) associated with this event. Used to correlate telemetry with a specific asset in fleet management systems.
unitIdStringRequiredA unique identifier of the telematics device generating the event. It often includes a namespace (e.g., traxee:) followed by the device's serial or IMEI-like identifier.
registeredOnDateTime (ISO 8601 timestamp, UTC)RequiredThe timestamp representing when the event was detected and recorded by the device.
eventDataObjectRequiredThe eventData section contains contextual telemetry at the moment the RSS system activated.
refObjectOptional
ref.axleLoadNumber (kilograms)OptionalIndicates the total axle load measured at the time of the RSS activation. Provides critical context for assessing rollover risk under varying load conditions.
ref.headingInteger (degrees 0–359)OptionalDirection of travel when the RSS system activated. A value of 169° represents a southeast‑oriented direction.
ref.mileageNumber (kilometers)OptionalThe accumulated distance traveled by the asset up to the moment of the event. Useful for event sequencing, route history, and maintenance analytics.
ref.latitudeNumber (decimal degrees)OptionalThe geographic latitude corresponding to the location of the RSS activation, recorded using the WGS‑84 coordinate system.
ref.longitudeNumber (decimal degrees)OptionalThe geographic longitude of the event location, also in WGS‑84 format.
ref.speedNumber (km/h)OptionalIndicates the asset's speed at the moment of RSS activation. Provides insight into driving conditions and assists with safety incident diagnostics.