Vehicle Management REST Endpoints

Vehicle Management
The Vehicle Management API provides methods to manage the vehicles in Fleet Monitoring. All methods of this group support a request header named 'X-Oracle-IoT-Org' with a value of an organization ID, which helps you to target requests to different organizations.
Create a single vehicle
Method: post
Path: /fleetMonitoring/clientapi/v2/vehicles/
Create vehicle details in bulk
Method: post
Path: /fleetMonitoring/clientapi/v2/vehicles
Delete Vehicle by ID
Method: delete
Path: /fleetMonitoring/clientapi/v2/vehicles/{id}
List vehicles
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicles
Retrieve vehicle by ID
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicles/{id}
Retrieve vehicle count
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicles/count
Retrieve vehicle metrics by ID
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicles/{id}/metrics
Retrieve vehicle on board diagnostics 2 (OBD2) parameters
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicles/{vehicleId}/parameters/devices
Update vehicle by ID
Method: post
Path: /fleetMonitoring/clientapi/v2/vehicles/{vehicle-id}