The vehicle object.
Name | Type | Description | Notes |
---|---|---|---|
attributes | list[AttributeTiny] | [beta] A minified attribute | [optional] |
aux_input_type1 | VehicleAuxInputType | [optional] | |
aux_input_type10 | VehicleAuxInputType | [optional] | |
aux_input_type2 | VehicleAuxInputType | [optional] | |
aux_input_type3 | VehicleAuxInputType | [optional] | |
aux_input_type4 | VehicleAuxInputType | [optional] | |
aux_input_type5 | VehicleAuxInputType | [optional] | |
aux_input_type6 | VehicleAuxInputType | [optional] | |
aux_input_type7 | VehicleAuxInputType | [optional] | |
aux_input_type8 | VehicleAuxInputType | [optional] | |
aux_input_type9 | VehicleAuxInputType | [optional] | |
camera_serial | str | The serial number of the camera installed in the vehicle | [optional] |
external_ids | object | The <a href="/docs/external-ids" target="_blank">external IDs</a> for the given object. | [optional] |
gateway | GatewayTiny | [optional] | |
harsh_acceleration_setting_type | VehicleHarshAccelerationSettingType | [optional] | |
id | str | The unique Samsara ID of the Vehicle. This is automatically generated when the Vehicle object is created. It cannot be changed. | |
license_plate | str | The license plate of the Vehicle. By default: empty. Can be set or updated through the Samsara Dashboard or the API at any time. | [optional] |
make | str | The Vehicle’s manufacturing make. Automatically read from the engine computer if available. Empty if not available. Cannot be manually set. | [optional] |
model | str | The Vehicle’s manufacturing model. Automatically read from the engine computer if available. Empty if not available. Cannot be manually set. | [optional] |
name | str | The human-readable name of the Vehicle. This is set by a fleet administrator and will appear in both Samsara’s cloud dashboard as well as the Samsara Driver mobile app. By default, this name is the serial number of the Samsara Vehicle Gateway. It can be set or updated through the Samsara Dashboard or through the API at any time. | [optional] |
notes | str | These are generic notes about the Vehicle. Empty by default. Can be set or updated through the Samsara Dashboard or the API at any time. | [optional] |
serial | str | The serial number of the gateway installed in the vehicle. | [optional] |
static_assigned_driver | DriverTinyResponse | [optional] | |
tags | list[TagTinyResponse] | The list of <a href="https://kb.samsara.com/hc/en-us/articles/360043275091-Creating-and-Using-Tags\" target="_blank">tags</a> associated with the Vehicle. By default: empty. Can be set or updated through the Samsara Dashboard or the API at any time. | [optional] |
vin | str | The VIN of the Vehicle. Most of the time, this will be automatically read from the engine computer by the Samsara Vehicle Gateway. It will be empty if it cannot be read. It can be set or updated through the Samsara Dashboard or the API at any time. | [optional] |
year | str | The Vehicle’s manufacturing model. Automatically read from the engine computer if available. Empty if not available. Cannot be manually set. | [optional] |