Skip to main content
How to check Car sharing DCS commands
Albert Basiul avatar
Written by Albert Basiul
Updated over 7 months ago

This article explains how to check whether the Car sharing command was executed successfully.

Requirements:

  • Ruptela VPN;

  • Object name or VIN number.

Recommended tools:

For Google Chrome/Microsoft Edge users - JSON Viewer

Mozilla Firefox formats JSON without additional tools.

Steps:

1. Login to VPN, if needed.

2. Use this link to check the commands (replace "VIN" with an actual VIN number):

java-command-1.carsharing-prod.azure.ruptela.lt:8080/objects/VIN/commands?version=1

Note: VIN number can be found in Admin panel (LCM), under "Objects":

mceclip0.png

3. Press "Enter" and the commands list will open (last 50 are displayed):

mceclip1.png

4. In case older commands need to be checked, find Continuation token at the end of the list:

mceclip3.png

Note: continuation token can be any date value, making it convenient to see historical records.

5. Add the continuation token at the end of the link (replace VIN with an actual VIN number):

http://java-command-1.carsharing-prod.azure.ruptela.lt:8080/objects/VIN/commands?version=1&continuationToken=
Did this answer your question?