DeviceIdentifier
Identifies the physical telematics device that produced the data. The service uses this to look up the associated asset in the asset registry.
Constraints
- At least one of
aaid, idmust be provided. - If any of
id, manufacturerare provided, all must be provided.
| Field | Type | Description | |
|---|---|---|---|
aaid |
string |
optional | Amazon Asset Identifier (AAID) — the canonical Amazon-internal unique ID for the asset associated with this device. If provided, skips the device registry lookup. |
id |
string |
optional | The device's unique serial number or IMEI as assigned by the manufacturer. |
manufacturer |
string |
optional | The device manufacturer. enum: Manufacturer |
model |
string |
optional | The device model identifier as provided by the manufacturer. |