GpsInsight Adapter
Access GpsInsight using SQL and REST commands
This adapter requires an account with GpsInsight Services.
Configuration Settings
Name | Description | Default |
---|---|---|
Boolean _isDefault | Make this the default configuration. Defaults to true if configName is already the default. | |
String Url | Web service URL | |
String UserName | Login used for authentication | |
String Authtoken | Token used for authentication |
Handlers
CreateDriver
Driver |
Create a new driver
details
Arguments
SQL Callexec BSC.Pressero.CreateDriver 'test', ... Http Call/bsc/gpsinsight/createdriver Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteDriver
Driver |
Delete a driver
details
Arguments
SQL Callexec BSC.Pressero.DeleteDriver '123-3ab57be3-...' Http Call/bsc/gpsinsight/deletedriver Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetGeoCode
GeoCode |
Get the GeoCode of an address
details
Arguments
SQL Callexec bsc.GpsInsight.GetGeoCode '7201 E. Henkel Way, Scottsdale, AZ 85255' Http Call/bsc/gpsinsight/getgeocode Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetVehicleDriver
VehicleDriver |
Gets information about the currently-assigned driver, if any
details
Arguments
SQL Callexec bsc.GpsInsight.GetVehicleDriver 'test' Http Call/bsc/gpsinsight/getvehicledriver Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListDiagnosticsHistory
DiagnosticsHistory |
Description of your handler
details
Arguments
SQL Callexec bsc.GpsInsight.ListDiagnosticsHistory 'test' Http Call/bsc/gpsinsight/listdiagnosticshistory Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListDiagnosticTypes
DiagnosticTypes |
Description of your handler
details
ArgumentsSQL Callexec bsc.GpsInsight.ListDiagnosticTypes 'test' Http Call/bsc/gpsinsight/listdiagnostictypes Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListDrivers
Drivers |
Description of your handler
details
Arguments
SQL Callexec bsc.GpsInsight.ListDrivers Http Call/bsc/gpsinsight/listdrivers Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListLandmarks
Landmarks |
Get a list of landmarks
details
Arguments
SQL Callexec bsc.GpsInsight.ListLandmarks Http Call/bsc/gpsinsight/listlandmarks Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListVehicles
Vehicles |
Return a list of vehicles
details
Arguments
SQL Callexec bsc.GpsInsight.ListVehicles 'test' Http Call/bsc/gpsinsight/listvehicles Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UpdateDriver
Driver |
Update certain driver information. Specify "driver" to identify the record to update, the other fields (firstname, lastname, etc.) will be updated. partial first names) 7=email+sms+garmin) (optional) (optional). Set columns to an empty string to NULL them out. NULL valued columns will be ignored.
details
Arguments
SQL Callexec BSC.Pressero.UpdateDriver 'sm' Http Call/bsc/gpsinsight/updatedriver Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateLandmark
Landmarks |
Create a landmark
details
Arguments
SQL Callexec bsc.GpsInsight.CreateLandmark '12345678', ... Http Call/bsc/gpsinsight/createlandmark Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteLandmark
Landmarks |
Delete a landmark
details
Arguments
SQL Callexec bsc.GpsInsight.DeleteLandmark 12345 Http Call/bsc/gpsinsight/deletelandmark Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UpdateLandmark
Landmarks |
Update a landmark
details
Arguments
SQL Callexec bsc.GpsInsight.UpdateLandmark 'abc123', ... Http Call/bsc/gpsinsight/updatelandmark Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateVehicle
Vehicles |
Create a vehicle
details
Arguments
SQL Callexec bsc.GpsInsight.CreateVehicle '12345678', ... Http Call/bsc/gpsinsight/createvehicle Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteVehicle
Vehicles |
Disassociate a vehicle from a device
details
Arguments
SQL Callexec bsc.GpsInsight.DeleteVehicle 'test' Http Call/bsc/gpsinsight/deletevehicle Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListVehicleHistory
VehicleHistory |
Description of your handler
details
Arguments
SQL Callexec bsc.GpsInsight.ListVehicleHistory Http Call/bsc/gpsinsight/listvehiclehistory Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListVehicleTripDetail
VehicleTripDetail |
Return details about trips and stops for a vehicle
details
Arguments
SQL Callexec bsc.GpsInsight.ListVehicleTripDetail '12ar5j90' Http Call/bsc/gpsinsight/listvehicletripdetail Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UpdateVehicle
Vehicles |
Update a vehicle
details
Arguments
SQL Callexec bsc.GpsInsight.UpdateVehicle 'abc123', ... Http Call/bsc/gpsinsight/updatevehicle Output ColumnsThis call does not return data. |